次の方法で共有


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。

適用対象