Partager via


ProvideCodeGeneratorAttribute.ProjectSystem, propriété

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 ProjectSystem As String
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

ProvideCodeGeneratorAttribute Classe

Microsoft.VisualStudio.TextTemplating.VSHost, espace de noms