IVsBuildableProjectCfg2::GetBuildCfgProperty Method (Int32, Object^)

 

Retrieve the value of a given build configuration property.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int GetBuildCfgProperty(
	int propid,
	[OutAttribute] Object^% pvar
)

Parameters

propid
Type: System::Int32

[in] A __VSBLDCFGPROPID enumeration value designating the property value to return.

pvar
Type: System::Object^

[out] Pointer to a variant containing the property value.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell80.idl:

HRESULT IVsBuildableProjectCfg2::GetBuildCfgProperty(
   [in] VSBLDCFGPROPID propid, 
   [out] VARIANT *pvar
);
Return to top
Show: