次の方法で共有


ControlType クラス

ControlType のクラスは、UI コントロールの異なる型をカプセル化します

継承階層

Object
  Microsoft.VisualStudio.TestTools.UITesting.ControlType

名前空間:  Microsoft.VisualStudio.TestTools.UITesting
アセンブリ:  Microsoft.VisualStudio.TestTools.UITest.Extension (Microsoft.VisualStudio.TestTools.UITest.Extension.dll 内)

構文

'宣言
<SerializableAttribute> _
Public NotInheritable Class ControlType
[SerializableAttribute]
public sealed class ControlType
[SerializableAttribute]
public ref class ControlType sealed
[<Sealed>]
[<SerializableAttribute>]
type ControlType =  class end
public final class ControlType

ControlType 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ FriendlyName
パブリック プロパティ Name
パブリック プロパティ静的メンバー NameComparer

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Equals (Object.Equals(Object) をオーバーライドします。)
パブリック メソッド静的メンバー GetControlType(String)
パブリック メソッド静的メンバー GetControlType(String, String)
パブリック メソッド GetHashCode (Object.GetHashCode をオーバーライドします。)
パブリック メソッド GetType 現在のインスタンスの Type を取得します。 (Object から継承されます。)
パブリック メソッド NameEquals
パブリック メソッド ToString (Object.ToString をオーバーライドします。)

このページのトップへ

演算子

  名前 説明
パブリック演算子静的メンバー Equality
パブリック演算子静的メンバー Implicit(String to ControlType)
パブリック演算子静的メンバー Inequality

このページのトップへ

フィールド

  名前 説明
パブリック フィールド静的メンバー Audio
パブリック フィールド静的メンバー Button
パブリック フィールド静的メンバー Calendar
パブリック フィールド静的メンバー Cell
パブリック フィールド静的メンバー CheckBox
パブリック フィールド静的メンバー CheckBoxTreeItem
パブリック フィールド静的メンバー Client
パブリック フィールド静的メンバー ColumnHeader
パブリック フィールド静的メンバー ComboBox
パブリック フィールド静的メンバー ContextMenu
パブリック フィールド静的メンバー Custom
パブリック フィールド静的メンバー DatePicker
パブリック フィールド静的メンバー DateTimePicker
パブリック フィールド静的メンバー Document
パブリック フィールド静的メンバー Edit
パブリック フィールド静的メンバー Empty
パブリック フィールド静的メンバー Expander
パブリック フィールド静的メンバー FileInput
パブリック フィールド静的メンバー FlipView
パブリック フィールド静的メンバー FlipViewItem
パブリック フィールド静的メンバー Frame
パブリック フィールド静的メンバー Group
パブリック フィールド静的メンバー Hub
パブリック フィールド静的メンバー HubSection
パブリック フィールド静的メンバー Hyperlink
パブリック フィールド静的メンバー Image
パブリック フィールド静的メンバー Label
パブリック フィールド静的メンバー List
パブリック フィールド静的メンバー ListItem
パブリック フィールド静的メンバー Media
パブリック フィールド静的メンバー Menu
パブリック フィールド静的メンバー MenuBar
パブリック フィールド静的メンバー MenuItem
パブリック フィールド静的メンバー Pane
パブリック フィールド静的メンバー ProgressBar
パブリック フィールド静的メンバー RadioButton
パブリック フィールド静的メンバー Rating
パブリック フィールド静的メンバー Row
パブリック フィールド静的メンバー RowHeader
パブリック フィールド静的メンバー ScrollBar
パブリック フィールド静的メンバー SemanticZoom
パブリック フィールド静的メンバー Separator
パブリック フィールド静的メンバー Slider
パブリック フィールド静的メンバー Spinner
パブリック フィールド静的メンバー SplitButton
パブリック フィールド静的メンバー StatusBar
パブリック フィールド静的メンバー Table
パブリック フィールド静的メンバー TabList
パブリック フィールド静的メンバー TabPage
パブリック フィールド静的メンバー Text
パブリック フィールド静的メンバー TitleBar
パブリック フィールド静的メンバー ToggleButton
パブリック フィールド静的メンバー ToggleSwitch
パブリック フィールド静的メンバー ToolBar
パブリック フィールド静的メンバー ToolTip
パブリック フィールド静的メンバー Tree
パブリック フィールド静的メンバー TreeItem
パブリック フィールド静的メンバー Video
パブリック フィールド静的メンバー Window

このページのトップへ

解説

ここのコンテンツは更新されません。ここに資料を追加しないでください。

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

関連項目

Microsoft.VisualStudio.TestTools.UITesting 名前空間