IVsBuildableProjectCfg2.GetBuildCfgProperty(Int32, Object) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve the value of a given build configuration property.
public:
int GetBuildCfgProperty(int propid, [Runtime::InteropServices::Out] System::Object ^ % pvar);
C++/WinRT
int GetBuildCfgProperty(int propid, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & pvar);
public int GetBuildCfgProperty(int propid, out object pvar);
abstract member GetBuildCfgProperty : int * obj -> int
Public Function GetBuildCfgProperty (propid As Integer, ByRef pvar As Object) As Integer
- propid
- Int32
[in] A __VSBLDCFGPROPID enumeration value designating the property value to return.
- pvar
- Object
[out] Pointer to a variant containing the property value.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
cpp#
HRESULT IVsBuildableProjectCfg2::GetBuildCfgProperty(
[in] VSBLDCFGPROPID propid,
[out] VARIANT *pvar
);
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |