Share via


AlternateWordForm.AlternateText Property

Definition

Gets the text of the alternate word form identified by this AlternateWordForm object.

public:
 property Platform::String ^ AlternateText { Platform::String ^ get(); };
winrt::hstring AlternateText();
public string AlternateText { get; }
var string = alternateWordForm.alternateText;
Public ReadOnly Property AlternateText As String

Property Value

String

Platform::String

winrt::hstring

The alternate word form.

Applies to

See also