TextRange.Collection Property

Definition

Gets the collection containing the TextRange object supporting this property.

public:
 property EnvDTE::TextRanges ^ Collection { EnvDTE::TextRanges ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public EnvDTE.TextRanges Collection { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Collection : EnvDTE.TextRanges
Public ReadOnly Property Collection As TextRanges

Property Value

A TextRanges collection.

Attributes

Applies to