Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
public string SelectedDataView { get; }
public:
property String^ SelectedDataView {
String^ get ();
}
member SelectedDataView : string
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.