Method | Description | |
---|---|---|
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 /// |
return | System |
public get_CanonicalName ( string &pbstrCanonicalName ) : int | ||
pbstrCanonicalName | string | |
return | int |
public get_DeploySourceURL ( string &pbstrDeploySourceURL ) : int | ||
pbstrDeploySourceURL | string | |
return | int |
public get_DisplayName ( string &pbstrDisplayName ) : int | ||
pbstrDisplayName | string | |
return | int |
public get_Property ( string szProperty, object &pvar ) : int | ||
szProperty | string | |
pvar | object | |
return | int |
public get_RootRelativeURL ( string &pbstrRelativePath ) : int | ||
pbstrRelativePath | string | |
return | int |
public get_Type ( System.Guid &pguidType ) : int | ||
pguidType | System.Guid | |
return | int |