TextPane.Collection Property

Definition

Gets the collection containing the TextPane object supporting this property.

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

Property Value

A TextPanes collection.

Attributes

Applies to