IEditorOperations.ProvisionalCompositionSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the span of the current provisional composition (null if there is no provisional composition).
public:
property Microsoft::VisualStudio::Text::ITrackingSpan ^ ProvisionalCompositionSpan { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITrackingSpan ^ ProvisionalCompositionSpan { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); };
public Microsoft.VisualStudio.Text.ITrackingSpan ProvisionalCompositionSpan { get; }
member this.ProvisionalCompositionSpan : Microsoft.VisualStudio.Text.ITrackingSpan
Public ReadOnly Property ProvisionalCompositionSpan As ITrackingSpan
Property Value
The span of the current provisional composition, or null if there is no provisional composition).