Share via


NoNamespace.getText Field

Definition

Represents the getText XML attributes.

public static readonly System.Xml.Linq.XName getText;
 staticval mutable getText : System.Xml.Linq.XName
Public Shared ReadOnly getText As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: comboBox, editBox, comboBox, editBox.
  • corresponds to the following strongly-typed properties: BackstageComboBox.GetText, BackstageEditBox.GetText, ComboBox.GetText, EditBox.GetText.

Applies to