ITestElement.SolutionName Property

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

Syntax

'宣言
ReadOnly Property SolutionName As String
'使用
Dim instance As ITestElement
Dim value As String

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

Property Value

Type: System.String

Permissions

See Also

Reference

ITestElement Interface

ITestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace