IVsFindTarget::GetProperty Method (UInt32, Object^)

 

Returns the value of a requested property.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

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

Parameters

propid
Type: System::UInt32

[in] Property identifier of the requested property. Values are taken from the __VSFTPROPID enumeration.

pvar
Type: System::Object^

[out, retval] Specified property information returned in a variant.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From textmgr.idl:

HRESULT IVsFindTarget::GetProperty(
   [in] VSFTPROPID propid,
   [out, retval] VARIANT *pvar
);
Return to top
Show: