IVsObjectListOwner.GetExtendedText(IntPtr) 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.
Retrieves the extended text (fully qualified object names) produced by the call to CalculateExtendedText(IVsObjectList, UInt32, String).
public:
int GetExtendedText(IntPtr pwszExtText);
public int GetExtendedText (IntPtr pwszExtText);
abstract member GetExtendedText : nativeint -> int
Public Function GetExtendedText (pwszExtText As IntPtr) As Integer
Parameters
- pwszExtText
-
IntPtr
nativeint
[out] String containing the fully qualified object names created by the call to CalculateExtendedText(IVsObjectList, UInt32, String). Items are separated by the separator specified in that call.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsObjectListOwner::GetExtendedText(
[out] LPCWSTR *pwszExtText
);