IVsToolbox6.GetUnresolvedTabName Method
Retrieves the "unresolved" name of the specified tab.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Function GetUnresolvedTabName ( _
szID As String _
) As String
string GetUnresolvedTabName(
string szID
)
String^ GetUnresolvedTabName(
[InAttribute] String^ szID
)
abstract GetUnresolvedTabName :
szID:string -> string
function GetUnresolvedTabName(
szID : String
) : String
Parameters
szID
Type: String[in] The identifier of the tab from which to get the unresolved name.
Return Value
Type: String
If the tab's name was initially specified as a resource identifier, this method returns the resource identifier (unlike GetTabOfID, which loads the resource string and returns that). If the tab's name was specified as a literal string, that string is returned.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.