LinkLabel.LinkCollection.Count Propiedad
Definición
Obtiene el número de vínculos de la colección.Gets the number of links in the collection.
public:
property int Count { int get(); };
[System.ComponentModel.Browsable(false)]
public int Count { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Count : int
Public ReadOnly Property Count As Integer
Valor de propiedad
Número de vínculos de la colección.The number of links in the collection.
Implementaciones
- Atributos
Comentarios
Esta propiedad le permite determinar el número de vínculos en el LinkLabel control.This property enables you to determine the number of links in the LinkLabel control. Después, puede usar este valor cuando recorra en bucle los valores de la colección y necesite proporcionar una serie de iteraciones para realizar el bucle.You can then use this value when you are looping through the values of the collection and need to provide a number of iterations to perform the loop.