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.

HtmlComboBox::PropertyNames Class

 

Contains a field for each property of the HtmlComboBox user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property.

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


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

NameDescription
System_CAPS_protmethodHtmlComboBox::PropertyNames()

Initializes a new instance of the HtmlComboBox::PropertyNames class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticItemCount

Returns "ItemCount".

System_CAPS_pubfieldSystem_CAPS_staticItems

Returns "Items".

System_CAPS_pubfieldSystem_CAPS_staticLabeledBy

Returns "LabeledBy".

System_CAPS_pubfieldSystem_CAPS_staticSelectedIndex

Returns "SelectedIndex".

System_CAPS_pubfieldSystem_CAPS_staticSelectedItem

Returns "SelectedItem".

System_CAPS_pubfieldSystem_CAPS_staticSize

Returns "Size".

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

Return to top
Show: