Share via


NoNamespace.isDefinitive Field

Definition

Represents the isDefinitive XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: button, task.
  • corresponds to the following strongly-typed properties: BackstageFastCommandButton.IsDefinitive, BackstageGroupButton.IsDefinitive, BackstageMenuButton.IsDefinitive, BackstageRegularButton.IsDefinitive, TaskGroupTask.IsDefinitive.

Applies to