Share via


IVsObjectListOwner.GetExtendedText(IntPtr) Method

Definition

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  
);  

Applies to