ProvideAutoLoadAttribute Constructor (String^)

 

Returns a new instance of this attribute with the specified cmdUiContextGuid.

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

public:
ProvideAutoLoadAttribute(
	String^ cmdUiContextGuid
)

Parameters

cmdUiContextGuid
Type: System::String^

The GUID of the command context which will cause this package to load.

Throws ArgumentException if cmdUiContextGuid cannot be converted to a GUID.

Return to top
Show: