Share via


IVsToolbox6.GetUnresolvedItemName Method

Retrieves the "unresolved" name of the specified item.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Function GetUnresolvedItemName ( _
    pItem As IDataObject _
) As String
string GetUnresolvedItemName(
    IDataObject pItem
)
String^ GetUnresolvedItemName(
    [InAttribute] IDataObject^ pItem
)
abstract GetUnresolvedItemName : 
        pItem:IDataObject -> string
function GetUnresolvedItemName(
    pItem : IDataObject
) : String

Parameters

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.

.NET Framework Security

See Also

Reference

IVsToolbox6 Interface

Microsoft.VisualStudio.Shell.Interop Namespace