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
'Declaración
Public ReadOnly Property GenerateDesignTimeSource As Boolean
public bool GenerateDesignTimeSource { get; }
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.