다음을 통해 공유


UIMap.Id 속성

이 맵의 식별자를 가져오거나 설정합니다.

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

구문

‘선언
Public Property Id As String
public string Id { get; set; }
public:
property String^ Id {
    String^ get ();
    void set (String^ value);
}
member Id : string with get, set
function get Id () : String 
function set Id (value : String)

속성 값

형식: String
맵 식별자입니다.

.NET Framework 보안

참고 항목

참조

UIMap 클래스

Microsoft.VisualStudio.TestTools.UITest.Common.UIMap 네임스페이스