IExplorerView.ExplorerViewControlType Property
Gets the specified type of the view control.
Namespace: Microsoft.SqlServer.Management.Explorer
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
ReadOnly Property ExplorerViewControlType As Type
Get
'Usage
Dim instance As IExplorerView
Dim value As Type
value = instance.ExplorerViewControlType
Type ExplorerViewControlType { get; }
property Type^ ExplorerViewControlType {
Type^ get ();
}
abstract ExplorerViewControlType : Type
function get ExplorerViewControlType () : Type
Property Value
Type: System.Type
The specified type of the view control.