RegisterAutoLoadAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.