ProvideCodeGeneratorAttribute.RegisterCodeBase Property

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

Syntax

'宣言
Public Property RegisterCodeBase As Boolean
'使用
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

Permissions

See Also

Reference

ProvideCodeGeneratorAttribute Class

ProvideCodeGeneratorAttribute Members

Microsoft.VisualStudio.TextTemplating.VSHost Namespace