Propriedade ProvideCodeGeneratorExtensionAttribute.ProjectSystemPackage

O pacote que o gerador de código é registrado com o sistema do projeto de implementação

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 ProjectSystemPackage As String
    Get
    Set
public string ProjectSystemPackage { get; set; }
public:
property String^ ProjectSystemPackage {
    String^ get ();
    void set (String^ value);
}
member ProjectSystemPackage : string with get, set
function get ProjectSystemPackage () : String
function set ProjectSystemPackage (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ProvideCodeGeneratorExtensionAttribute Classe

Namespace Microsoft.VisualStudio.TextTemplating.VSHost