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 with get
private override ElementName : string with get
JScript does not support explicit interface implementations.
Property Value
Type: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataCollectorMessageInfo Class