VisualCollection.Item[Int32] Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Visual that is stored at the zero-based index of the VisualCollection.
public:
property System::Windows::Media::Visual ^ default[int] { System::Windows::Media::Visual ^ get(int index); void set(int index, System::Windows::Media::Visual ^ value); };
public System.Windows.Media.Visual this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.Visual with get, set
Default Public Property Item(index As Integer) As Visual
- index
- Int32
The zero-based index of the VisualCollection from which to get or set the Visual.
The Visual that is stored at index
.
index
is less than zero, or index
is equal to or greater than Count.
The new child element already has a parent, or the value at the specified index is not null
.
This property provides the ability to access a specific Visual in the VisualCollection by using an index.
Producto | Versiones |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: