다음을 통해 공유


UIMap.FileName 속성

이 맵의 XML 파일 이름을 가져오거나 설정합니다.

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

구문

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

속성 값

형식: String
이 맵의 파일 이름입니다.

.NET Framework 보안

참고 항목

참조

UIMap 클래스

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