VCXMLDataGeneratorTool.toolName 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 o nome da ferramenta especificada.
public:
property System::String ^ toolName { System::String ^ get(); };
public:
property Platform::String ^ toolName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1)]
public string toolName { [System.Runtime.InteropServices.DispId(1)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.toolName : string
Public ReadOnly Property toolName As String
Valor da propriedade
Uma cadeia de caracteres que representa o nome da ferramenta especificada.
- Atributos