PrinterSettings.StringCollection.Count Propriedade
Definição
Obtém o número de cadeias de caracteres na coleção.Gets the number of strings in the collection.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
Valor da propriedade
O número de cadeias de caracteres na coleção.The number of strings in the collection.