ProvideCodeGeneratorAttribute.GeneratesDesignTimeSource Property
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost (in Microsoft.VisualStudio.TextTemplating.VSHost.dll)
Syntax
'Declaration
Public ReadOnly Property GeneratesDesignTimeSource As Boolean
'Usage
Dim instance As ProvideCodeGeneratorAttribute
Dim value As Boolean
value = instance.GeneratesDesignTimeSource
public bool GeneratesDesignTimeSource { get; }
public:
property bool GeneratesDesignTimeSource {
bool get ();
}
public function get GeneratesDesignTimeSource () : boolean
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ProvideCodeGeneratorAttribute Class