Propriedade ProvideCodeGeneratorAttribute.RegisterCodeBase

Se verdadeiro, o gerador é registrado usando uma base de código - ou seja, um local de arquivo do assembly específico.Se for false, o assembly está no GAC.

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (em Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)

Sintaxe

'Declaração
Public Property RegisterCodeBase As Boolean
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ProvideCodeGeneratorAttribute Classe

Namespace Microsoft.VisualStudio.TextTemplating.VSHost