Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the role player at a specified index inside the collection.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Default Property Item ( _
index As Integer _
) As T
Get
Set
public T this[
int index
] { get; set; }
public:
virtual property T default[int index] {
T get (int index) sealed;
void set (int index, T value) sealed;
}
abstract Item : 'T with get, set
override Item : 'T with get, set
JScript does not support indexed properties.
Parameters
- index
Type: System.Int32
Index of the role player.
Property Value
Type: T
The role player at the specified index.
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.