Share via


NoNamespace.getItemCount Field

Definition

Represents the getItemCount XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: comboBox, dropDown, gallery, comboBox, dropDown, gallery, radioGroup.
  • corresponds to the following strongly-typed properties: BackstageComboBox.GetItemCount, BackstageDropDown.GetItemCount, ComboBox.GetItemCount, DropDown.GetItemCount, DropDownRegular.GetItemCount, Gallery.GetItemCount, GalleryRegular.GetItemCount, RadioGroup.GetItemCount, UnsizedGallery.GetItemCount.

Applies to