Sdílet prostřednictvím


ProvideCodeGeneratorAttribute.ProjectSystem – vlastnost

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

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

Syntaxe

'Deklarace
Public Property ProjectSystem As String
    Get
    Set
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: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ProvideCodeGeneratorAttribute Třída

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