Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XamlComboBox::PropertyNames Class

Contains the property names of WinDotNetComboBox.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

[CLSCompliantAttribute(true)]
public ref class PropertyNames abstract : public XamlControl::PropertyNames

The XamlComboBox::PropertyNames type exposes the following members.

  NameDescription
Protected methodXamlComboBox::PropertyNamesInitializes a new instance of the XamlComboBox::PropertyNames class.
Top

  NameDescription
Public methodEquals(Object)Determines whether the provided object is equal to the current instance. (Inherited from UITestControl::PropertyNames.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from UITestControl::PropertyNames.)
Public methodGetTypeReturns the Type of the control. (Inherited from UITestControl::PropertyNames.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string representation of this instance. (Inherited from UITestControl::PropertyNames.)
Top

  NameDescription
Public fieldStatic memberExpanded Gets or sets the combobox's expanded state. Data-Type: boolean
Public fieldStatic memberItems Gets the collection of listitems under the combobox. Data-Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
Public fieldStatic memberSelectedIndex Gets or sets the index of the selected item in a combobox. Data-Type: System.Int32
Public fieldStatic memberSelectedItem Gets or sets the selected item in a combobox. Data-Type: System.String
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: