C# Class Microsoft.VisualStudio.R.Package.ProjectSystem.IVsHierarchyExtensions

Mostra file Open project: Microsoft/RTVS

Public Methods

Method Description
GetBrowseObjectContext ( this hierarchy ) : IVsBrowseObjectContext

Convenient way to get to the UnconfiguredProject from the hierarchy

GetConfiguredProject ( this hierarchy ) : ConfiguredProject

Convenient way to get to the ConfiguredProject from the hierarchy

GetDTEProject ( this hierarchy ) : EnvDTE.Project

Returns EnvDTE.Project object for the hierarchy

GetUnconfiguredProject ( this hierarchy ) : UnconfiguredProject

Convenient way to get to the UnconfiguredProject from the hierarchy

Method Details

GetBrowseObjectContext() public static method

Convenient way to get to the UnconfiguredProject from the hierarchy
public static GetBrowseObjectContext ( this hierarchy ) : IVsBrowseObjectContext
hierarchy this
return IVsBrowseObjectContext

GetConfiguredProject() public static method

Convenient way to get to the ConfiguredProject from the hierarchy
public static GetConfiguredProject ( this hierarchy ) : ConfiguredProject
hierarchy this
return ConfiguredProject

GetDTEProject() public static method

Returns EnvDTE.Project object for the hierarchy
public static GetDTEProject ( this hierarchy ) : EnvDTE.Project
hierarchy this
return EnvDTE.Project

GetUnconfiguredProject() public static method

Convenient way to get to the UnconfiguredProject from the hierarchy
public static GetUnconfiguredProject ( this hierarchy ) : UnconfiguredProject
hierarchy this
return UnconfiguredProject