IVsToolbox6.GetUnresolvedItemName(IDataObject) 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 "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.