ProvideGeneratorAttribute.GenerateDesignTimeSource Property
Gets whether source code is generated for use at design time.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public ReadOnly Property GenerateDesignTimeSource As Boolean
public bool GenerateDesignTimeSource { get; }
public:
property bool GenerateDesignTimeSource {
bool get ();
}
member GenerateDesignTimeSource : bool with get
function get GenerateDesignTimeSource () : boolean
Property Value
Type: System.Boolean
true if the associated code generator generates source code for use at design time, otherwise false.
.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.