IEnumHierarchies Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerator for projects in the solution. You can get an instance of the interface using the GetProjectEnum(UInt32, Guid, IEnumHierarchies) method of the IVsSolution and IVsSolution2 interfaces.
public interface class IEnumHierarchies
public interface class IEnumHierarchies
__interface IEnumHierarchies
[System.Runtime.InteropServices.Guid("BEC77711-2DF9-44D7-B478-A453C2E8A134")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumHierarchies
[System.Runtime.InteropServices.Guid("BEC77711-2DF9-44D7-B478-A453C2E8A134")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumHierarchies
[<System.Runtime.InteropServices.Guid("BEC77711-2DF9-44D7-B478-A453C2E8A134")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumHierarchies = interface
[<System.Runtime.InteropServices.Guid("BEC77711-2DF9-44D7-B478-A453C2E8A134")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumHierarchies = interface
Public Interface IEnumHierarchies
- Attributes
Methods
Clone(IEnumHierarchies) |
Clones this IEnumHierarchies interface by creating another instance. |
Next(UInt32, IVsHierarchy[], UInt32) |
Retrieves the next group of hierarchy interfaces (IVsHierarchy). |
Reset() |
Return the enumerator to its initial state. |
Skip(UInt32) |
Skip over a specified number of hierarchy interfaces. |