Sdílet prostřednictvím


TextPane.Collection – vlastnost

Kolekce obsahující získává TextPane objekt podporující vlastnost.

Obor názvů:  EnvDTE
Sestavení:  EnvDTE (v EnvDTE.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: EnvDTE.TextPanes
A TextPanes kolekce.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TextPane Rozhraní

EnvDTE – obor názvů

Další zdroje

How to: Compile and Run the Automation Object Model Code Examples