ICom2PropertyPageDisplayService.ShowPropertyPage メソッド

定義

指定したオブジェクトのプロパティ ページを表示します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 void ShowPropertyPage(System::String ^ title, System::Object ^ component, int dispid, Guid pageGuid, IntPtr parentHandle);
public void ShowPropertyPage(string title, object component, int dispid, Guid pageGuid, IntPtr parentHandle);
abstract member ShowPropertyPage : string * obj * int * Guid * nativeint -> unit
Public Sub ShowPropertyPage (title As String, component As Object, dispid As Integer, pageGuid As Guid, parentHandle As IntPtr)

パラメーター

title
String

プロパティ ページのタイトルである文字列。

component
Object

プロパティ ページが作成されるオブジェクト。

dispid
Int32

プロパティ ページの作成時に強調表示されるプロパティの DispID。

pageGuid
Guid

プロパティ ページの GUID。

parentHandle
IntPtr

nativeint

プロパティ ページの親コントロールのハンドルである IntPtr。

適用対象