VCDialogExtender.DialogID 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取由对象表示的对话框类的 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
属性值
由对象表示的对话框类的 ID。
- 属性
示例
有关用法的示例,请参阅 VCDialogExtender 对象概述。