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
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.