DataViewSupport.ViewHierarchy, propriété
Obtient l'instance actuelle de l'objet de la hiérarchie de vue.
Cette API n'est pas conforme CLS.
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
<CLSCompliantAttribute(False)> _
Protected ReadOnly Property ViewHierarchy As IVsDataViewHierarchy
[CLSCompliantAttribute(false)]
protected IVsDataViewHierarchy ViewHierarchy { get; }
[CLSCompliantAttribute(false)]
protected:
property IVsDataViewHierarchy^ ViewHierarchy {
IVsDataViewHierarchy^ get ();
}
[<CLSCompliantAttribute(false)>]
member ViewHierarchy : IVsDataViewHierarchy
function get ViewHierarchy () : IVsDataViewHierarchy
Valeur de propriété
Type : Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataViewHierarchy
Un objet d' IVsDataViewHierarchy qui représente l'instance actuelle de la hiérarchie de vue.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.