Свойство | Тип | Описание | |
---|---|---|---|
OnProjectPropertyChanged | void |
Метод | Описание | |
---|---|---|
InvalidateGroup ( ) : void | ||
OutputGroup ( string outputName, string msBuildTargetName, |
Constructor for IVSOutputGroup2 implementation
|
|
get_CanonicalName ( string &pbstrCanonicalName ) : int | ||
get_DeployDependencies ( uint celt, IVsDeployDependency rgpdpd, uint pcActual ) : int | ||
get_Description ( string &pbstrDescription ) : int | ||
get_DisplayName ( string &pbstrDisplayName ) : int | ||
get_KeyOutput ( string &pbstrCanonicalName ) : int | ||
get_KeyOutputObject ( IVsOutput2 &ppKeyOutput ) : int | ||
get_Outputs ( uint celt, IVsOutput2 rgpcfg, uint pcActual ) : int | ||
get_ProjectCfg ( IVsProjectCfg2 &ppIVsProjectCfg2 ) : int | ||
get_Property ( string pszProperty, object &pvar ) : int |
Метод | Описание | |
---|---|---|
Refresh ( ) : void |
Метод | Описание | |
---|---|---|
OnProjectPropertyChanged ( object sender, |
public OutputGroup ( string outputName, string msBuildTargetName, |
||
outputName | string | /// Name of the output group. See VS_OUTPUTGROUP_CNAME_Build in vsshell.idl for the list of /// standard values /// |
msBuildTargetName | string | MSBuild target name |
projectManager | Project that produce this output | |
configuration | Configuration that produce this output | |
Результат | System |
public get_CanonicalName ( string &pbstrCanonicalName ) : int | ||
pbstrCanonicalName | string | |
Результат | int |
public get_DeployDependencies ( uint celt, IVsDeployDependency rgpdpd, uint pcActual ) : int | ||
celt | uint | |
rgpdpd | IVsDeployDependency | |
pcActual | uint | |
Результат | int |
public get_Description ( string &pbstrDescription ) : int | ||
pbstrDescription | string | |
Результат | int |
public get_DisplayName ( string &pbstrDisplayName ) : int | ||
pbstrDisplayName | string | |
Результат | int |
public get_KeyOutput ( string &pbstrCanonicalName ) : int | ||
pbstrCanonicalName | string | |
Результат | int |
public get_KeyOutputObject ( IVsOutput2 &ppKeyOutput ) : int | ||
ppKeyOutput | IVsOutput2 | |
Результат | int |
public get_Outputs ( uint celt, IVsOutput2 rgpcfg, uint pcActual ) : int | ||
celt | uint | |
rgpcfg | IVsOutput2 | |
pcActual | uint | |
Результат | int |
public get_ProjectCfg ( IVsProjectCfg2 &ppIVsProjectCfg2 ) : int | ||
ppIVsProjectCfg2 | IVsProjectCfg2 | |
Результат | int |
public get_Property ( string pszProperty, object &pvar ) : int | ||
pszProperty | string | |
pvar | object | |
Результат | int |