IVsBuildableProjectCfg2.GetBuildCfgProperty(Int32, Object) Method

Definition

Retrieve the value of a given build configuration property.

C++/WinRT
int GetBuildCfgProperty(int propid, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & pvar);

Parameters

propid
Int32

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

pvar
Object

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

Returns

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

Remarks

COM Signature

From vsshell80.idl:

cpp#
HRESULT IVsBuildableProjectCfg2::GetBuildCfgProperty(  
   [in] VSBLDCFGPROPID propid,   
   [out] VARIANT *pvar  
);  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022