IControl.Version Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define a versão da biblioteca de tipos ou do controle.
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
Valor da propriedade
A versão do controle ou biblioteca de tipos.
- Atributos