IVsPropertyPage2::GetProperty Method (UInt32, Object^)

 

Gets the information for the specified property.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int GetProperty(
	unsigned int propid,
	[OutAttribute] Object^% pvar
)

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::Int32

If 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
);
Return to top
Show: