ProvideAppCommandLineAttribute::DemandLoad Property

 

Determines whether the package should be demand loaded.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property int DemandLoad {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

Returns 1 if the package should be demand loaded, otherwise 0.

Return to top
Show: