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