IVsInfoBarTextSpanCollection.GetSpan(Int32) Methode

Definition

Ruft die Spanne ab, die an einem bestimmten Index in der Auflistung gespeichert wird.

public:
 Microsoft::VisualStudio::Shell::Interop::IVsInfoBarTextSpan ^ GetSpan(int index);
public:
 Microsoft::VisualStudio::Shell::Interop::IVsInfoBarTextSpan ^ GetSpan(int index);
Microsoft::VisualStudio::Shell::Interop::IVsInfoBarTextSpan GetSpan(int index);
public Microsoft.VisualStudio.Shell.Interop.IVsInfoBarTextSpan GetSpan (int index);
abstract member GetSpan : int -> Microsoft.VisualStudio.Shell.Interop.IVsInfoBarTextSpan
Public Function GetSpan (index As Integer) As IVsInfoBarTextSpan

Parameter

index
Int32

Der Index.

Gibt zurück

IVsInfoBarTextSpan

Die Text Spanne.

Gilt für