Share via


DataCollectorMessageInfo.IXmlTestStoreCustom.ElementName Property

Gets the name of the tag to use to persist this object.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
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
private override ElementName : string
JScript does not support explicit interface implementations.

Property Value

Type: System.String
The name of the tag to use to persist this object.

Implements

IXmlTestStoreCustom.ElementName

Remarks

This member is an explicit interface member implementation. It can be used only when the DataCollectorMessageInfo instance is cast to an IXmlTestStoreCustom interface.

.NET Framework Security

See Also

Reference

DataCollectorMessageInfo Class

Microsoft.VisualStudio.TestTools.Common Namespace

IXmlTestStoreCustom