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
    Get
string IXmlTestStoreCustom.ElementName { get; }
private:
virtual property String^ ElementName {
    String^ get () sealed = IXmlTestStoreCustom::ElementName::get;
}
private abstract ElementName : string
private override ElementName : string
JScript 不支持显式接口实现。

属性值

类型:System.String
用于持久保存此对象的标记的名称。

实现

IXmlTestStoreCustom.ElementName

备注

此成员是显式的接口成员实现。 它只能在 DataCollectorMessageInfo 实例强制转换为 IXmlTestStoreCustom 接口时使用。

.NET Framework 安全性

请参见

参考

DataCollectorMessageInfo 类

Microsoft.VisualStudio.TestTools.Common 命名空间

IXmlTestStoreCustom