Pivot.GetContainer Method

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Protected Function GetContainer ( _
    item As Object _
) As PivotItem
protected PivotItem GetContainer(
    Object item
)
protected:
PivotItem^ GetContainer(
    Object^ item
)
member GetContainer : 
        item:Object -> PivotItem

Parameters

Return Value

Type: Microsoft.Phone.Controls.PivotItem

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Pivot Class

Microsoft.Phone.Controls Namespace