IUITechnologyPluginManager.DefaultTechnologyManager Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Property DefaultTechnologyManager As IUITechnologyManager
Get
Set
'Usage
Dim instance As IUITechnologyPluginManager
Dim value As IUITechnologyManager
value = instance.DefaultTechnologyManager
instance.DefaultTechnologyManager = value
IUITechnologyManager DefaultTechnologyManager { get; set; }
property IUITechnologyManager^ DefaultTechnologyManager {
IUITechnologyManager^ get ();
void set (IUITechnologyManager^ value);
}
function get DefaultTechnologyManager () : IUITechnologyManager
function set DefaultTechnologyManager (value : IUITechnologyManager)
abstract DefaultTechnologyManager : IUITechnologyManager with get, set
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyManager
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IUITechnologyPluginManager Interface