AlternateWordForm.AlternateText 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.
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
The alternate word form.