Partager via


DataViewHierarchyAccessor.SelectedDataView, propriété

Extrait une chaîne qui représente la vue de données sélectionnée.

Espace de noms :  Microsoft.VisualStudio.Data
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : String
Retourne une chaîne qui représente la vue de données sélectionnée.

Notes

Cette chaîne est prise de l'attribut de nom de l'élément d' <DataView> dans le fichier XML de prise en charge de vue de données.

Sécurité .NET Framework

Voir aussi

Référence

DataViewHierarchyAccessor Classe

Microsoft.VisualStudio.Data, espace de noms