Propriedade ProvideCodeGeneratorAttribute.Name

O nome desse gerador. Para aplicar esse gerador em um arquivo no Solution Explorer, defina sua Ferramenta personalizada propriedade para esse nome.

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (em Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll)

Sintaxe

'Declaração
Public ReadOnly Property Name As String
    Get
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ProvideCodeGeneratorAttribute Classe

Namespace Microsoft.VisualStudio.TextTemplating.VSHost