IVsToolbox6.GetUnresolvedTabName(String) 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 tab.
public:
System::String ^ GetUnresolvedTabName(System::String ^ szID);
public:
Platform::String ^ GetUnresolvedTabName(Platform::String ^ szID);
std::wstring GetUnresolvedTabName(std::wstring const & szID);
public string GetUnresolvedTabName (string szID);
abstract member GetUnresolvedTabName : string -> string
Public Function GetUnresolvedTabName (szID As String) As String
Parameters
- szID
- String
[in] The identifier of the tab from which to get the unresolved name.
Returns
If the tab's name was initially specified as a resource identifier, this method returns the resource identifier (unlike GetTabOfID(String, String), which loads the resource string and returns that). If the tab's name was specified as a literal string, that string is returned.