Propriedade ProvideCodeGeneratorAttribute.ProjectSystem

O sistema de projeto com o qual o gerador de código é registrado.

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

Sintaxe

'Declaração
Public Property ProjectSystem As String
    Get
    Set
public string ProjectSystem { get; set; }
public:
property String^ ProjectSystem {
    String^ get ();
    void set (String^ value);
}
member ProjectSystem : string with get, set
function get ProjectSystem () : String
function set ProjectSystem (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ProvideCodeGeneratorAttribute Classe

Namespace Microsoft.VisualStudio.TextTemplating.VSHost