Share via


ProvideCodeGeneratorAttribute.RegisterCodeBase Property

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost (in Microsoft.VisualStudio.TextTemplating.VSHost.dll)

Syntax

'Declaration
Public Property RegisterCodeBase As Boolean
'Usage
Dim instance As ProvideCodeGeneratorAttribute 
Dim value As Boolean 

value = instance.RegisterCodeBase

instance.RegisterCodeBase = value
public bool RegisterCodeBase { get; set; }
public:
property bool RegisterCodeBase {
    bool get ();
    void set (bool value);
}
public function get RegisterCodeBase () : boolean 
public function set RegisterCodeBase (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ProvideCodeGeneratorAttribute Class

ProvideCodeGeneratorAttribute Members

Microsoft.VisualStudio.TextTemplating.VSHost Namespace