ContextEntry.Format 属性

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Extension
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

语法

声明
Public Property Format As String
public string Format { get; set; }
public:
property String^ Format {
    String^ get ();
    void set (String^ value);
}
member Format : string with get, set
function get Format () : String
function set Format (value : String)

属性值

类型:System.String
返回 String

.NET Framework 安全性

请参见

参考

ContextEntry 类

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空间