Partager via


ProvideCodeGeneratorExtensionAttribute.ProjectSystemPackage, propriété

Package implémentant le système de projet pour lequel ce générateur de code est inscrit.

Espace de noms :  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly :  Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (dans Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)

Syntaxe

'Déclaration
Public Property ProjectSystemPackage As String
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

ProvideCodeGeneratorExtensionAttribute Classe

Microsoft.VisualStudio.TextTemplating.VSHost, espace de noms