ProvideOptionDialogPageAttribute(Type, String) Constructor

Definition

Initializes a new instance of ProvideOptionDialogPageAttribute for the specified page.

public:
 ProvideOptionDialogPageAttribute(Type ^ pageType, System::String ^ pageNameResourceId);
public:
 ProvideOptionDialogPageAttribute(Platform::Type ^ pageType, Platform::String ^ pageNameResourceId);
public ProvideOptionDialogPageAttribute (Type pageType, string pageNameResourceId);
new Microsoft.VisualStudio.Shell.ProvideOptionDialogPageAttribute : Type * string -> Microsoft.VisualStudio.Shell.ProvideOptionDialogPageAttribute
Public Sub New (pageType As Type, pageNameResourceId As String)

Parameters

pageType
Type
pageNameResourceId
String

Applies to