ProvideAutoLoadAttribute Constructor (String^, PackageAutoLoadFlags)

Visual Studio 2015
 

Initializes a new instance of ProvideAutoloadAttribute in the specified UI context with the specified options.

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

public:
ProvideAutoLoadAttribute(
	String^ cmdUiContextGuid,
	PackageAutoLoadFlags flags = PackageAutoLoadFlags::None
)

Parameters

cmdUiContextGuid
Type: System::String^

The GUID of the UI context.

flags
Type: Microsoft.VisualStudio.Shell::PackageAutoLoadFlags

The options.

Return to top
Show: