SQLWBToolsOptionsPage<TOptions>.GetOptionsDialogType Method
Gets the option's dialog box type.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.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.
See Also
Reference
SQLWBToolsOptionsPage<TOptions> Class
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace