TagSpan<T>::Span Property

 

Gets the snapshot span for this tag.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
property SnapshotSpan Span {
	[CompilerGeneratedAttribute]
	virtual SnapshotSpan get() sealed;
	[CompilerGeneratedAttribute]
	private: virtual void set(SnapshotSpan value) sealed;
}

Property Value

Type: Microsoft.VisualStudio.Text::SnapshotSpan

The snapshot span for this tag.

Return to top
Show: