Sdílet prostřednictvím


ProvideCodeGeneratorExtensionAttribute.ProjectSystem – vlastnost

Projekt systému registrovaného tento generátor kódu

Obor názvů:  Microsoft.VisualStudio.TextTemplating.VSHost
Sestavení:  Microsoft.VisualStudio.TextTemplating.VSHost.12.0 (v Microsoft.VisualStudio.TextTemplating.VSHost.12.0.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ProvideCodeGeneratorExtensionAttribute Třída

Microsoft.VisualStudio.TextTemplating.VSHost – obor názvů