C# Класс Microsoft.VisualStudio.Project.Output

Наследование: IVsOutput2
Показать файл Открыть проект Примеры использования класса

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

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