Proprietà ProvideCodeGeneratorAttribute.RegisterCodeBase

Se true, il generatore è registrato utilizzando un codebase, ovvero un percorso del file di assembly specifico. Se false, l'assembly è nella GAC.

Spazio dei nomi:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll)

Sintassi

'Dichiarazione
Public Property RegisterCodeBase As Boolean
    Get
    Set
public bool RegisterCodeBase { get; set; }
public:
property bool RegisterCodeBase {
    bool get ();
    void set (bool value);
}
member RegisterCodeBase : bool with get, set
function get RegisterCodeBase () : boolean
function set RegisterCodeBase (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ProvideCodeGeneratorAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.TextTemplating.VSHost