TextComposition.CompositionText 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.
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