Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.