C# 클래스 Microsoft.VisualStudio.R.Package.ProjectSystem.IVsHierarchyExtensions

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
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