Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CoreTextTextRequest.Range 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 a value that indicates the range of text being requested by the text input server. The server populates this property before raising the event.

public:
 property CoreTextRange Range { CoreTextRange get(); };
CoreTextRange Range();
public CoreTextRange Range { get; }
var coreTextRange = coreTextTextRequest.range;
Public ReadOnly Property Range As CoreTextRange

Property Value

The range of text being requested by the server.

Applies to


Feedback

Was this page helpful?