WpfProperties.MenuItem Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Class that contains strings to access specific properties of a WPF MenuItem control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public MustInherit Class MenuItem _
Inherits WpfProperties..::..Common
'Usage
Dim instance As WpfProperties.MenuItem
public abstract class MenuItem : WpfProperties..::..Common
public ref class MenuItem abstract : public WpfProperties..::..Common
[<AbstractClassAttribute>]
type MenuItem =
class
inherit WpfProperties..::..Common
end
public abstract class MenuItem extends WpfProperties..::..Common
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControlProperties.Common
Microsoft.VisualStudio.TestTools.UITesting.WpfProperties.Common
Microsoft.VisualStudio.TestTools.UITesting.WpfProperties.MenuItem
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.