IControl.Guid Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Получает или задает GUID для объекта IControl.
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(1610743814)]
public string Guid { [System.Runtime.InteropServices.DispId(1610743814)] get; [System.Runtime.InteropServices.DispId(1610743814)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)] set; }
[<System.Runtime.InteropServices.DispId(1610743814)>]
[<get: System.Runtime.InteropServices.DispId(1610743814)>]
[<set: System.Runtime.InteropServices.DispId(1610743814)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
member this.Guid : string with get, set
Public Property Guid As String
Значение свойства
GUID для объекта IControl.
- Атрибуты