Compartir a través de


TextRange.Collection (Propiedad)

Obtiene la colección que contiene el objeto TextRange compatible con esta propiedad.

Espacio de nombres:  EnvDTE
Ensamblado:  EnvDTE (en EnvDTE.dll)

Sintaxis

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

Valor de propiedad

Tipo: EnvDTE.TextRanges
Una colección TextRanges.

Seguridad de .NET Framework

Vea también

Referencia

TextRange Interfaz

EnvDTE (Espacio de nombres)

Otros recursos

Cómo: Compilar y ejecutar los ejemplos de código del modelo de objetos de automatización