ITypeLibInfo.Guid 属性

定义

获取或设置对象的 GUID ITypeLibInfo

public:
 property System::String ^ Guid { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Guid { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743818)]
public string Guid { [System.Runtime.InteropServices.DispId(1610743818)] get; [System.Runtime.InteropServices.DispId(1610743818)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)] set; }
[<System.Runtime.InteropServices.DispId(1610743818)>]
[<get: System.Runtime.InteropServices.DispId(1610743818)>]
[<set: System.Runtime.InteropServices.DispId(1610743818)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
member this.Guid : string with get, set
Public Property Guid As String

属性值

String

对象的 GUID ITypeLibInfo

属性

适用于