Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: System.Windows
Assemblies: System.Windows (in System.Windows.dll)
System.Windows (in System.Windows.dll)
'Declaration
Public Property Item ( _
index As Integer _
) As T
public T this[
int index
] { get; set; }
public:
virtual property T Item[int index] {
T get (int index) sealed;
void set (int index, T value) sealed;
}
abstract Item :
index:int -> 'T with get, set
override Item :
index:int -> 'T with get, set
- index
Type: System.Int32
Type: T
Supported in: Windows Phone 8, Windows Phone 8, Windows Phone 8, Windows Phone 8, Silverlight 8.1
- 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.