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

상속: IVsOutput2
파일 보기 프로젝트 열기: tunnelvisionlabs/MPFProj10 1 사용 예제들

공개 메소드들

메소드 설명
Output ( ProjectNode projectManager, Microsoft.Build.Execution.ProjectItemInstance outputAssembly ) : System

Constructor for IVSOutput2 implementation

get_CanonicalName ( string &pbstrCanonicalName ) : int
get_DeploySourceURL ( string &pbstrDeploySourceURL ) : int

This path must start with file:/// if it wants other project to be able to reference the output on disk. If the output is not on disk, then this requirement does not apply as other projects probably don't know how to access it.

get_DisplayName ( string &pbstrDisplayName ) : int
get_Property ( string szProperty, object &pvar ) : int
get_RootRelativeURL ( string &pbstrRelativePath ) : int
get_Type ( System.Guid &pguidType ) : int

메소드 상세

Output() 공개 메소드

Constructor for IVSOutput2 implementation
public Output ( ProjectNode projectManager, Microsoft.Build.Execution.ProjectItemInstance outputAssembly ) : System
projectManager ProjectNode Project that produce this output
outputAssembly Microsoft.Build.Execution.ProjectItemInstance MSBuild generated item corresponding to the output assembly (by default, these would be of type MainAssembly
리턴 System

get_CanonicalName() 공개 메소드

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

get_DeploySourceURL() 공개 메소드

This path must start with file:/// if it wants other project to be able to reference the output on disk. If the output is not on disk, then this requirement does not apply as other projects probably don't know how to access it.
public get_DeploySourceURL ( string &pbstrDeploySourceURL ) : int
pbstrDeploySourceURL string
리턴 int

get_DisplayName() 공개 메소드

public get_DisplayName ( string &pbstrDisplayName ) : int
pbstrDisplayName string
리턴 int

get_Property() 공개 메소드

public get_Property ( string szProperty, object &pvar ) : int
szProperty string
pvar object
리턴 int

get_RootRelativeURL() 공개 메소드

public get_RootRelativeURL ( string &pbstrRelativePath ) : int
pbstrRelativePath string
리턴 int

get_Type() 공개 메소드

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