Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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
'Declaração
ReadOnly Property ProvisionalCompositionSpan As ITrackingSpan
ITrackingSpan ProvisionalCompositionSpan { get; }
property ITrackingSpan^ ProvisionalCompositionSpan {
ITrackingSpan^ get ();
}
abstract ProvisionalCompositionSpan : ITrackingSpan
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.