Метод | Описание | |
---|---|---|
Output ( |
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 |
public Output ( |
||
projectManager | 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 |
public get_CanonicalName ( string &pbstrCanonicalName ) : int | ||
pbstrCanonicalName | string | |
Результат | int |
public get_DeploySourceURL ( string &pbstrDeploySourceURL ) : int | ||
pbstrDeploySourceURL | string | |
Результат | int |
public get_DisplayName ( string &pbstrDisplayName ) : int | ||
pbstrDisplayName | string | |
Результат | int |
public get_Property ( string szProperty, object &pvar ) : int | ||
szProperty | string | |
pvar | object | |
Результат | int |
public get_RootRelativeURL ( string &pbstrRelativePath ) : int | ||
pbstrRelativePath | string | |
Результат | int |
public get_Type ( System.Guid &pguidType ) : int | ||
pguidType | System.Guid | |
Результат | int |