IVsInfoBarTextSpanCollection.GetSpan(Int32) 方法

定义

获取存储在集合中特定索引处的跨度。

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

参数

index
Int32

索引。

返回

IVsInfoBarTextSpan

文本跨距。

适用于