Share via


IVsToolbox6.GetUnresolvedItemName(IDataObject) Method

Definition

Retrieves the "unresolved" name of the specified item.

public:
 System::String ^ GetUnresolvedItemName(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ pItem);
public:
 Platform::String ^ GetUnresolvedItemName(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ pItem);
std::wstring GetUnresolvedItemName(Microsoft::VisualStudio::OLE::Interop::IDataObject const & pItem);
public string GetUnresolvedItemName (Microsoft.VisualStudio.OLE.Interop.IDataObject pItem);
abstract member GetUnresolvedItemName : Microsoft.VisualStudio.OLE.Interop.IDataObject -> string
Public Function GetUnresolvedItemName (pItem As IDataObject) As String

Parameters

pItem
IDataObject

[in] The item from which to get the unresolved name.

Returns

If the item's name was initially specified as a resource identifier, this method returns the resource identifier (unlike GetItemDisplayName(IDataObject, String), which loads the resource string and returns that). If the item's name was specified as a literal string, that string is returned.

Applies to