RegisterAutoLoadAttribute Constructor (String^)

 

Creates a new RegisterAutoLoadAttribute object and saves the GUID of the package that initiated package loading.

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

public:
RegisterAutoLoadAttribute(
	String^ cmdUiContextGuid
)

Parameters

cmdUiContextGuid
Type: System::String^

Context GUID that triggers the loading of the VSPackage

Return to top
Show: