IVsPropertyPage2.GetProperty(UInt32, Object) Method
Definition
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.
Gets the information for the specified property.
public:
int GetProperty(System::UInt32 propid, [Runtime::InteropServices::Out] System::Object ^ % pvar);
int GetProperty(unsigned int propid, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & pvar);
public int GetProperty (uint propid, out object pvar);
abstract member GetProperty : uint32 * obj -> int
Public Function GetProperty (propid As UInteger, ByRef pvar As Object) As Integer
Parameters
- pvar
- Object
[out] Property information is passed back to the caller through this parameter.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
[C++]
HRESULT IVsPropertyPage2::GetProperty(
[in] VSPPPID propid,
[out] VARIANT *pvar
);