Share via


PivotNavigationEntry.ConvertItemToCollectionSource Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

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

Parameters

Return Value

Type: System.Object

.NET Framework Security

See Also

Reference

PivotNavigationEntry Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace