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)

public:
property bool GenerateDesignTimeSource {
	bool get();
}

Property Value

Type: System::Boolean

true if the associated code generator generates source code for use at design time, otherwise false.

Return to top
Show: