다음을 통해 공유


TestElement.SolutionName 속성

이 테스트 요소가 포함된 솔루션의 이름을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Common
어셈블리:  Microsoft.VisualStudio.QualityTools.Common(Microsoft.VisualStudio.QualityTools.Common.dll)

구문

‘선언
<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

속성 값

형식: String
이 테스트 요소가 포함된 솔루션의 이름입니다.

구현

ITestElement.SolutionName

.NET Framework 보안

참고 항목

참조

TestElement 클래스

Microsoft.VisualStudio.TestTools.Common 네임스페이스