SplitterPanel.GetIndex Method

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Shared Function GetIndex ( _
    element As UIElement _
) As Integer
public static int GetIndex(
    UIElement element
)
public:
static int GetIndex(
    UIElement^ element
)
static member GetIndex : 
        element:UIElement -> int
public static function GetIndex(
    element : UIElement
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

SplitterPanel Class

Microsoft.VisualStudio.PlatformUI Namespace