ICom2PropertyPageDisplayService.ShowPropertyPage 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示指定之物件的屬性頁。
此 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,它是屬性頁之父控制項的控制代碼。