IRelationshipService.GetOrCreateItemsSource Method

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

Syntax

'Declaration
Function GetOrCreateItemsSource ( _
    item As Object, _
    relationshipIdentifier As String _
) As IItemsSource
IItemsSource GetOrCreateItemsSource(
    Object item,
    string relationshipIdentifier
)
IItemsSource^ GetOrCreateItemsSource(
    Object^ item, 
    String^ relationshipIdentifier
)
abstract GetOrCreateItemsSource : 
        item:Object * 
        relationshipIdentifier:string -> IItemsSource
function GetOrCreateItemsSource(
    item : Object, 
    relationshipIdentifier : String
) : IItemsSource

Parameters

Return Value

Type: Microsoft.Internal.VisualStudio.PlatformUI.IItemsSource

.NET Framework Security

See Also

Reference

IRelationshipService Interface

Microsoft.Internal.VisualStudio.PlatformUI Namespace