IDocumentPeekResult.Span 属性

定义

获取 IPersistentSpan 对应于结果位置跨度的。 例如,如果此结果对应于方法,则此跨度为方法定义的跨度。

public:
 property Microsoft::VisualStudio::Text::IPersistentSpan ^ Span { Microsoft::VisualStudio::Text::IPersistentSpan ^ get(); };
public Microsoft.VisualStudio.Text.IPersistentSpan Span { get; }
member this.Span : Microsoft.VisualStudio.Text.IPersistentSpan
Public ReadOnly Property Span As IPersistentSpan

属性值

IPersistentSpan

与结果位置跨度相对应的 IPersistentSpan

适用于