UITextDocumentProxy_Extensions Class

Definition

Extension methods to the IUITextDocumentProxy interface to support all the methods from the UITextDocumentProxy protocol.

public static class UITextDocumentProxy_Extensions
type UITextDocumentProxy_Extensions = class
Inheritance
UITextDocumentProxy_Extensions

Remarks

The extension methods for IUITextDocumentProxy allow developers to treat instances of the interface as having all the optional methods of the original UITextDocumentProxy protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

GetDocumentIdentifier(IUITextDocumentProxy)

Returns the unique ID for the document.

GetDocumentInputMode(IUITextDocumentProxy)

Returns the keyboard input mode.

GetSelectedText(IUITextDocumentProxy)

Returns the selected text.

Applies to