RegisterAutoLoadAttribute(String) Constructor

Definition

Specify that the package should get loaded when this context is active.

public:
 RegisterAutoLoadAttribute(System::String ^ cmdUiContextGuid);
public:
 RegisterAutoLoadAttribute(Platform::String ^ cmdUiContextGuid);
 RegisterAutoLoadAttribute(std::wstring const & cmdUiContextGuid);
public RegisterAutoLoadAttribute (string cmdUiContextGuid);
new Microsoft.VisualStudio.Shell.RegisterAutoLoadAttribute : string -> Microsoft.VisualStudio.Shell.RegisterAutoLoadAttribute
Public Sub New (cmdUiContextGuid As String)

Parameters

cmdUiContextGuid
String

Context which should trigger the loading of your package.

Applies to