Share via


Proprietà TextRanges.Count

Ottiene un valore che indica il numero di oggetti nella raccolta.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
ReadOnly Property Count As Integer
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int
function get Count () : int

Valore proprietà

Tipo: System.Int32
Un intero che indica il numero di TextRange oggetti in TextRanges raccolta.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TextRanges Interfaccia

Spazio dei nomi EnvDTE

Altre risorse

Procedura: compilare ed eseguire gli esempi di codice del modello a oggetti di automazione