C# 클래스 Microsoft.VisualStudio.Project.NestedProjectBuildDependency

Used for adding a build dependency to nested project (not a real project reference)
상속: IVsBuildDependency
파일 보기 프로젝트 열기: tunnelvisionlabs/MPFProj10 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 &guidType ) : int

비공개 메소드들

메소드 설명
NestedProjectBuildDependency ( IVsHierarchy dependentHierarchy ) : System
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 &guidType ) : int
guidType System
리턴 int