'Declaration
Public Function GetToolBadgeText( _
ByVal As System.Object, _
ByVal As System.Object, _
ByVal As System.Object _
) As System.String
public System.string GetToolBadgeText(
System.object ,
System.object ,
System.object
)
Parameters
- oEnumRegion
- This represents the enumeration QTPToolRegion. For versatility of use it can be either the numeric value, the string interpretation, or the enumerated value.
- oRegionId
- This represents the path to the tool region on which the tool resides, either the toolbar key or index, Left\Right\Footer for Application menu, or blank as in QAT or MiniToolbar.
- oPathToTool
- A comma separated string representing the path from the Tool region to the tool to which to interact with, includes the key for each dropdown from the region to the tool as well as the tool key itself.
Return Value
The text of the badge of the tool.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2