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
- 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.