C# 클래스 VsTeXProject.VisualStudio.Project.BuildDependency

상속: IVsBuildDependency
파일 보기 프로젝트 열기: mimura1133/vstex 1 사용 예제들

공개 메소드들

메소드 설명
get_CanonicalName ( string &canonicalName ) : int
get_Description ( string &description ) : int
get_HelpFile ( string &helpFile ) : int
get_MustUpdateBefore ( int &mustUpdateBefore ) : int
get_ReferredProject ( object &unknownProject ) : int
get_Type ( System.Guid &guidType ) : int

비공개 메소드들

메소드 설명
BuildDependency ( ProjectNode projectMgr, System.Guid projectReference ) : System
GetReferencedHierarchy ( ) : IVsHierarchy
get_HelpContext ( uint &helpContext ) : int

메소드 상세

get_CanonicalName() 공개 메소드

public get_CanonicalName ( string &canonicalName ) : int
canonicalName string
리턴 int

get_Description() 공개 메소드

public get_Description ( string &description ) : int
description string
리턴 int

get_HelpFile() 공개 메소드

public get_HelpFile ( string &helpFile ) : int
helpFile string
리턴 int

get_MustUpdateBefore() 공개 메소드

public get_MustUpdateBefore ( int &mustUpdateBefore ) : int
mustUpdateBefore int
리턴 int

get_ReferredProject() 공개 메소드

public get_ReferredProject ( object &unknownProject ) : int
unknownProject object
리턴 int

get_Type() 공개 메소드

public get_Type ( System.Guid &guidType ) : int
guidType System.Guid
리턴 int