TestElement.SolutionName プロパティ
このテスト要素を含むソリューションの名前を取得します。
名前空間: Microsoft.VisualStudio.TestTools.Common
アセンブリ: Microsoft.VisualStudio.QualityTools.Common (Microsoft.VisualStudio.QualityTools.Common.dll 内)
構文
'宣言
<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")> _
<GroupingPropertyAttribute> _
<PropertyWindowAttribute> _
Public Overridable ReadOnly Property SolutionName As String
[UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
public virtual string SolutionName { get; }
[UserVisiblePropertyAttribute(L"{17471FB1-6BE0-4582-87AE-0154BF98656C}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
public:
virtual property String^ SolutionName {
String^ get ();
}
[<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")>]
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute>]
abstract SolutionName : string with get
[<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")>]
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute>]
override SolutionName : string with get
function get SolutionName () : String
プロパティ値
型 : System.String
このテスト要素を含むソリューションの名前。
実装
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。