DataViewHierarchyAccessor Class
Represents a set of properties and methods that interact with the data view hierarchy implementation of the IVsUIHierarchy interface.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
Public Class DataViewHierarchyAccessor
Dim instance As DataViewHierarchyAccessor
public class DataViewHierarchyAccessor
public ref class DataViewHierarchyAccessor
public class DataViewHierarchyAccessor
Remarks
Use this class to make communicating with the data view hierarchy object from managed code simpler. Using this class is preferred over talking directly to the IVsHierarchy or IVsUIHierarchy interfaces.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.DataViewHierarchyAccessor
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.