共用方式為


TestExecutionSection.SerializeElement 方法

讀取 app.config 檔案,並使用檔案之測試執行區段中的值填入此物件的屬性。

命名空間:  Microsoft.VisualStudio.TestTools.Execution
組件:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

語法

'宣告
Protected Overrides Function SerializeElement ( _
    writer As XmlWriter, _
    serializeCollectionKey As Boolean _
) As Boolean
protected override bool SerializeElement(
    XmlWriter writer,
    bool serializeCollectionKey
)
protected:
virtual bool SerializeElement(
    XmlWriter^ writer, 
    bool serializeCollectionKey
) override
abstract SerializeElement : 
        writer:XmlWriter * 
        serializeCollectionKey:bool -> bool  
override SerializeElement : 
        writer:XmlWriter * 
        serializeCollectionKey:bool -> bool
protected override function SerializeElement(
    writer : XmlWriter, 
    serializeCollectionKey : boolean
) : boolean

參數

  • writer
    類型:XmlWriter

    XmlWriter 物件。

  • serializeCollectionKey
    類型:Boolean

    true 表示只序列化索引鍵屬性值,否則為 false。

傳回值

類型:Boolean
如果序列化成功則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

TestExecutionSection 類別

Microsoft.VisualStudio.TestTools.Execution 命名空間