IVsFindTarget::GetProperty Method (UInt32, Object^)
Visual Studio 2015
Returns the value of a requested property.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
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::Int32If 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
);
Show: