IVsPropertyPage2::GetProperty Method (UInt32, Object^)
Visual Studio 2015
Gets the information for the specified property.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- propid
-
Type:
System::UInt32
[in] Property identifier. For a list of propid values, see __VSPPPID.
- pvar
-
Type:
System::Object^
[out] Property information is passed back to the caller through this parameter.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
[C++]
HRESULT IVsPropertyPage2::GetProperty( [in] VSPPPID propid, [out] VARIANT *pvar );
Show: