DropDownMember.Span Property

Definition

Gets or sets the text span in the source file that corresponds to the entry's text.

public:
 property Microsoft::VisualStudio::TextManager::Interop::TextSpan Span { Microsoft::VisualStudio::TextManager::Interop::TextSpan get(); void set(Microsoft::VisualStudio::TextManager::Interop::TextSpan value); };
public:
 property Microsoft::VisualStudio::TextManager::Interop::TextSpan Span { Microsoft::VisualStudio::TextManager::Interop::TextSpan get(); void set(Microsoft::VisualStudio::TextManager::Interop::TextSpan value); };
public Microsoft.VisualStudio.TextManager.Interop.TextSpan Span { get; set; }
member this.Span : Microsoft.VisualStudio.TextManager.Interop.TextSpan with get, set
Public Property Span As TextSpan

Property Value

TextSpan.

Applies to