IEditorOperations::ProvisionalCompositionSpan Property

 

Gets the span of the current provisional composition, or null if there is no provisional composition).

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property ITrackingSpan^ ProvisionalCompositionSpan {
	ITrackingSpan^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITrackingSpan^

The span of the current provisional composition, or null if there is no provisional composition).

Return to top
Show: