SQLWBToolsOptionsPage<TOptions>.GetOptionsDialogType Method

Gets the option's dialog box type.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Protected Overridable Function GetOptionsDialogType As Type
'Usage
Dim returnValue As Type

returnValue = Me.GetOptionsDialogType()
protected virtual Type GetOptionsDialogType()
protected:
virtual Type^ GetOptionsDialogType()
abstract GetOptionsDialogType : unit -> Type 
override GetOptionsDialogType : unit -> Type 
protected function GetOptionsDialogType() : Type

Return Value

Type: System.Type
A Type object.