Condividi tramite


Proprietà TextRange.Collection

Ottiene l'insieme contenente l'oggetto TextRange che supporta questa proprietà.

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

Sintassi

'Dichiarazione
ReadOnly Property Collection As TextRanges
    Get
TextRanges Collection { get; }
property TextRanges^ Collection {
    TextRanges^ get ();
}
abstract Collection : TextRanges
function get Collection () : TextRanges

Valore proprietà

Tipo: EnvDTE.TextRanges
Insieme TextRanges.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TextRange Interfaccia

Spazio dei nomi EnvDTE

Altre risorse

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