IXmlTestStoreCustom.ElementName Property

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

Syntax

'宣言
ReadOnly Property ElementName As String
'使用
Dim instance As IXmlTestStoreCustom
Dim value As String

value = instance.ElementName
string ElementName { get; }
property String^ ElementName {
    String^ get ();
}
function get ElementName () : String

Property Value

Type: System.String

Permissions

See Also

Reference

IXmlTestStoreCustom Interface

IXmlTestStoreCustom Members

Microsoft.VisualStudio.TestTools.Common.Xml Namespace