Share via


DataViewHierarchyAccessor.SelectedDataView Property

Retrieves a string representing the currently selected data view.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public ReadOnly Property SelectedDataView As String
'Usage
Dim instance As DataViewHierarchyAccessor 
Dim value As String 

value = instance.SelectedDataView
public string SelectedDataView { get; }
public:
property String^ SelectedDataView {
    String^ get ();
}
public function get SelectedDataView () : String

Property Value

Type: System.String
Returns a string representing the currently selected data view.

Remarks

This string is taken from the name attribute of the <DataView> element in the data view support XML file.

.NET Framework Security

See Also

Reference

DataViewHierarchyAccessor Class

DataViewHierarchyAccessor Members

Microsoft.VisualStudio.Data Namespace