UITestPropertyProvider.UIControl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected public:
property Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^ UIControl { Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^ get(); void set(Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^ value); };
protected internal Microsoft.VisualStudio.TestTools.UITesting.UITestControl UIControl { get; set; }
member this.UIControl : Microsoft.VisualStudio.TestTools.UITesting.UITestControl with get, set
Protected Friend Property UIControl As UITestControl