Share via


IExplorerViewDescriptor.DetailsViews Property

Gets the detail view of the descriptor.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
ReadOnly Property DetailsViews As IEnumerable(Of IExplorerDetailsViewDescriptor)
    Get
'Usage
Dim instance As IExplorerViewDescriptor
Dim value As IEnumerable(Of IExplorerDetailsViewDescriptor)

value = instance.DetailsViews
IEnumerable<IExplorerDetailsViewDescriptor> DetailsViews { get; }
property IEnumerable<IExplorerDetailsViewDescriptor^>^ DetailsViews {
    IEnumerable<IExplorerDetailsViewDescriptor^>^ get ();
}
abstract DetailsViews : IEnumerable<IExplorerDetailsViewDescriptor>
function get DetailsViews () : IEnumerable<IExplorerDetailsViewDescriptor>

Property Value

Type: System.Collections.Generic.IEnumerable<IExplorerDetailsViewDescriptor>
A value that represents the detail view of the descriptor.