ClassificationSpan::Span Property

 

Gets the snapshot span of the classified text.

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

public:
property SnapshotSpan Span {
	SnapshotSpan get();
}

Property Value

Type: Microsoft.VisualStudio.Text::SnapshotSpan

The snapshot span.

Return to top
Show: