IRibbonCallbackHandler.GetItemLabel Method

Namespace:  Microsoft.TeamFoundation.OfficeIntegration.Client
Assembly:  Microsoft.TeamFoundation.OfficeIntegration.Common (in Microsoft.TeamFoundation.OfficeIntegration.Common.dll)

Syntax

'Declaration
Function GetItemLabel ( _
    control As Object, _
    index As Integer _
) As String
string GetItemLabel(
    Object control,
    int index
)
String^ GetItemLabel(
    Object^ control, 
    int index
)
abstract GetItemLabel : 
        control:Object * 
        index:int -> string
function GetItemLabel(
    control : Object, 
    index : int
) : String

Parameters

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

IRibbonCallbackHandler Interface

Microsoft.TeamFoundation.OfficeIntegration.Client Namespace