IRibbonCallbackHandler.GetSelectedItemIndex Method

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

Syntax

'Declaration
Function GetSelectedItemIndex ( _
    control As Object _
) As Integer
int GetSelectedItemIndex(
    Object control
)
int GetSelectedItemIndex(
    Object^ control
)
abstract GetSelectedItemIndex : 
        control:Object -> int
function GetSelectedItemIndex(
    control : Object
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IRibbonCallbackHandler Interface

Microsoft.TeamFoundation.OfficeIntegration.Client Namespace