Compartir a través de


TestElement.SolutionName Property

Gets the name of the solution that contains this test element.

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

Syntax

'Declaration
<GroupingPropertyAttribute> _
<PropertyWindowAttribute> _
<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")> _
Public Overridable ReadOnly Property SolutionName As String
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
[UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")]
public virtual string SolutionName { get; }
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
[UserVisiblePropertyAttribute(L"{17471FB1-6BE0-4582-87AE-0154BF98656C}")]
public:
virtual property String^ SolutionName {
    String^ get ();
}
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute>]
[<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")>]
abstract SolutionName : string with get
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute>]
[<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")>]
override SolutionName : string with get
function get SolutionName () : String

Property Value

Type: String
The name of the solution that contains this test element.

Implements

ITestElement.SolutionName

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace