DataSourceCollection.Item Property
Microsoft internal use only.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Default Property Item ( _
index As Integer _
) As IDataSource
public IDataSource this[
int index
] { get; set; }
public:
virtual property IDataSource^ default[int index] {
IDataSource^ get (int index) sealed;
void set (int index, IDataSource^ value) sealed;
}
abstract Item :
index:int -> IDataSource with get, set
override Item :
index:int -> IDataSource with get, set
JScript does not support indexed properties.
Parameters
- index
Type: System.Int32
Property Value
Type: Microsoft.Internal.VisualStudio.PlatformUI.IDataSource
Implements
.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.