AttachedCollectionSourceProvider<T>.CreateCollectionSource 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 MustOverride Function CreateCollectionSource ( _
    item As T, _
    relationshipName As String _
) As IAttachedCollectionSource
protected abstract IAttachedCollectionSource CreateCollectionSource(
    T item,
    string relationshipName
)
protected:
virtual IAttachedCollectionSource^ CreateCollectionSource(
    T item, 
    String^ relationshipName
) abstract
abstract CreateCollectionSource : 
        item:'T * 
        relationshipName:string -> IAttachedCollectionSource
protected abstract function CreateCollectionSource(
    item : T, 
    relationshipName : String
) : IAttachedCollectionSource

Parameters

  • item
    Type: T

Return Value

Type: Microsoft.VisualStudio.Shell.IAttachedCollectionSource

.NET Framework Security

See Also

Reference

AttachedCollectionSourceProvider<T> Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace