Sdílet prostřednictvím


ProvideCodeGeneratorAttribute.ProjectSystem – vlastnost

Systém projektu, se kterým je tento generátor kódu registrován.

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

ProvideCodeGeneratorAttribute Třída

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