Share via


IAttachedCollectionSource.SourceItem Property

Gets the object used to create this IAttachedCollectionSource.

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

Syntax

'Declaration
ReadOnly Property SourceItem As Object
Object SourceItem { get; }
property Object^ SourceItem {
    Object^ get ();
}
abstract SourceItem : Object with get
function get SourceItem () : Object

Property Value

Type: Object
Returns Object.

.NET Framework Security

See Also

Reference

IAttachedCollectionSource Interface

Microsoft.VisualStudio.Shell Namespace