DropDownMember::Span Property

 

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

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property TextSpan Span {
	TextSpan get();
	void set(TextSpan value);
}
Return to top
Show: