ProvideGeneratorAttribute.GenerateDesignTimeSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether source code is generated for use at design time.
public:
property bool GenerateDesignTimeSource { bool get(); };
public:
property bool GenerateDesignTimeSource { bool get(); };
public bool GenerateDesignTimeSource { get; }
member this.GenerateDesignTimeSource : bool
Public ReadOnly Property GenerateDesignTimeSource As Boolean
Property Value
true
if the associated code generator generates source code for use at design time, otherwise false
.