IVsToolbox6::GetUnresolvedItemName Method (IDataObject^)
Visual Studio 2015
Retrieves the "unresolved" name of the specified item.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Parameters
- pItem
-
Type:
Microsoft.VisualStudio.OLE.Interop::IDataObject^
[in] The item from which to get the unresolved name.
Return Value
Type: System::String^If the item's name was initially specified as a resource identifier, this method returns the resource identifier (unlike GetItemDisplayName, which loads the resource string and returns that). If the item's name was specified as a literal string, that string is returned.
Show: