IVsObjectListOwner.CalculateExtendedText Method

Definition

Finds the extended text (fully qualified name) for an object in a list of objects.

C++/CX
public:
 int CalculateExtendedText(Microsoft::VisualStudio::Shell::Interop::IVsObjectList ^ pList, unsigned int iItem, Platform::String ^ strSeperator);

Parameters

pList
IVsObjectList

[in] Pointer to the list of objects, an IVsObjectList interface.

iItem
UInt32

[in] Index of the object within the object list.

strSeperator
String

[in] Separator to use in generating the string containing the extended name.

Returns

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

Remarks

COM Signature

From vsshell.idl:

cpp#
HRESULT IVsObjectListOwner::CalculateExtendedText(  
   [in] IVsObjectList *pList,   
   [in] ULONG iItem,   
   [in] LPCWSTR strSeperator  
);  

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022