共用方式為


DataCollectorMessageInfo.IXmlTestStoreCustom.ElementName 屬性

取得要用於保存這個物件的標籤名稱。

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

語法

'宣告
Private ReadOnly Property ElementName As String 
    Implements IXmlTestStoreCustom.ElementName
string IXmlTestStoreCustom.ElementName { get; }
private:
virtual property String^ ElementName {
    String^ get () sealed = IXmlTestStoreCustom::ElementName::get;
}
private abstract ElementName : string with get 
private override ElementName : string with get
JScript 不支援明確介面實作。

屬性值

類型:String
要用於保存這個物件的標籤名稱。

實作

IXmlTestStoreCustom.ElementName

備註

這個成員是明確介面成員實作, 只有在 DataCollectorMessageInfo 執行個體轉換成 IXmlTestStoreCustom 介面時,才能使用這個成員。

.NET Framework 安全性

請參閱

參考

DataCollectorMessageInfo 類別

Microsoft.VisualStudio.TestTools.Common 命名空間

IXmlTestStoreCustom