C# Класс Microsoft.VisualStudio.R.Package.ProjectSystem.IVsHierarchyExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetBrowseObjectContext() публичный статический Метод

Convenient way to get to the UnconfiguredProject from the hierarchy
public static GetBrowseObjectContext ( this hierarchy ) : IVsBrowseObjectContext
hierarchy this
Результат IVsBrowseObjectContext

GetConfiguredProject() публичный статический Метод

Convenient way to get to the ConfiguredProject from the hierarchy
public static GetConfiguredProject ( this hierarchy ) : ConfiguredProject
hierarchy this
Результат ConfiguredProject

GetDTEProject() публичный статический Метод

Returns EnvDTE.Project object for the hierarchy
public static GetDTEProject ( this hierarchy ) : EnvDTE.Project
hierarchy this
Результат EnvDTE.Project

GetUnconfiguredProject() публичный статический Метод

Convenient way to get to the UnconfiguredProject from the hierarchy
public static GetUnconfiguredProject ( this hierarchy ) : UnconfiguredProject
hierarchy this
Результат UnconfiguredProject