IVsCfgProvider2::GetCfgProviderProperty Method (Int32, Object^)
Visual Studio 2015
Returns a specified configuration property.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- propid
-
Type:
System::Int32
[in] Specifies the property identifier for the property to return. For valid propid values, see __VSCFGPROPID.
- pvar
-
Type:
System::Object^
[out] Pointer to the returned property.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsCfgProvider2::GetCfgProviderProperty(
[in] VSCFGPROPID propid,
[out] VARIANT *pvar
);
Show: