ProvideGeneratorAttribute.GenerateDesignTimeSource Property

Definition

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.

Applies to