TextComposition.CompositionText Property

Definition

Important

This API is not CLS-compliant.

Gets or sets the composition text for this text composition.

public:  property System::String ^ CompositionText {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
[System.CLSCompliant(false)]
public string CompositionText { get; protected set; }
[<System.CLSCompliant(false)>]
member this.CompositionText : string with get, set
Public Property CompositionText As String

Property Value

A string containing the composition text for this text composition.

Attributes

Applies to

See also