Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the span of the current provisional composition, or nulla null reference (Nothing in Visual Basic) if there is no provisional composition).
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property ProvisionalCompositionSpan As ITrackingSpan
ITrackingSpan ProvisionalCompositionSpan { get; }
property ITrackingSpan^ ProvisionalCompositionSpan {
ITrackingSpan^ get ();
}
abstract ProvisionalCompositionSpan : ITrackingSpan with get
function get ProvisionalCompositionSpan () : ITrackingSpan
Property Value
Type: Microsoft.VisualStudio.Text.ITrackingSpan
The span of the current provisional composition, or nulla null reference (Nothing in Visual Basic) if there is no provisional composition).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.