Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
public string SelectedDataView { get; }
public:
property String^ SelectedDataView {
String^ get ();
}
member SelectedDataView : string with get
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.