VCDialogExtender.DialogID 属性

定义

获取由对象表示的对话框类的 ID。

public:
 property System::String ^ DialogID { System::String ^ get(); };
public:
 property Platform::String ^ DialogID { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610743808)]
public string DialogID { [System.Runtime.InteropServices.DispId(1610743808)] get; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
[<get: System.Runtime.InteropServices.DispId(1610743808)>]
member this.DialogID : string
Public ReadOnly Property DialogID As String

属性值

String

由对象表示的对话框类的 ID。

属性

示例

有关用法的示例,请参阅 VCDialogExtender 对象概述。

适用于