Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the value of the given property of this technology manager.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Overridable Function GetTechnologyManagerProperty ( _
propertyName As UITechnologyManagerProperty _
) As Object
public virtual Object GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
)
public:
virtual Object^ GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
)
abstract GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
override GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
public function GetTechnologyManagerProperty(
propertyName : UITechnologyManagerProperty
) : Object
Parameters
propertyName
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerPropertyThe name of the property.
Return Value
Type: Object
The value of the specified property.
Implements
IUITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty)
Exceptions
| Exception | Condition |
|---|---|
| NotSupportedException | The property is not supported by this technology manager. |
.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.