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

Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode 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 méthode

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

GetConfiguredProject() public static méthode

Convenient way to get to the ConfiguredProject from the hierarchy
public static GetConfiguredProject ( this hierarchy ) : ConfiguredProject
hierarchy this
Résultat ConfiguredProject

GetDTEProject() public static méthode

Returns EnvDTE.Project object for the hierarchy
public static GetDTEProject ( this hierarchy ) : EnvDTE.Project
hierarchy this
Résultat EnvDTE.Project

GetUnconfiguredProject() public static méthode

Convenient way to get to the UnconfiguredProject from the hierarchy
public static GetUnconfiguredProject ( this hierarchy ) : UnconfiguredProject
hierarchy this
Résultat UnconfiguredProject