AttributeReferenceDictionary.Item Property

Gets or sets the object at the specified index.
Public Overrides Property Item( _ 
ByVal name As String
) As AttributeReference
This language is not supported or no code example is available.
public override AttributeReference this[ 
string name 
] {get; set;}
This language is not supported or no code example is available.

Parameters

name
string

The name of the object to get or set

Property Value

AttributeReference

The object at the specified index

.NET Framework

Supported in: 4.8

In this article

Definition