다음을 통해 공유


UITechnologyManager.GetTechnologyManagerProperty 메서드

이 기술 관리자의 지정된 속성에 대한 값을 반환합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITest.Extension
어셈블리:  Microsoft.VisualStudio.TestTools.UITest.Extension(Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

구문

‘선언
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

매개 변수

반환 값

형식: Object
지정된 속성의 값입니다.

구현

IUITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty)

예외

예외 조건
NotSupportedException

해당 속성은 이 기술 관리자에서 지원되지 않습니다.

.NET Framework 보안

참고 항목

참조

UITechnologyManager 클래스

Microsoft.VisualStudio.TestTools.UITest.Extension 네임스페이스