ProvideOptionDialogPageAttribute Constructor (Type^, String^)

 

Initializes a new instance of ProvideOptionDialogPageAttribute for the specified page.

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

public:
ProvideOptionDialogPageAttribute(
	Type^ pageType,
	String^ pageNameResourceId
)

Parameters

pageType
Type: System::Type^

The type of the page.

pageNameResourceId
Type: System::String^

The name resource ID of the page.

Return to top
Show: