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
- relationshipName
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Shell.IAttachedCollectionSource
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.