次の方法で共有


TestElement.ProjectRelativePath プロパティ

このテスト要素を含むテスト プロジェクトの相対パスを取得します。

名前空間:  Microsoft.VisualStudio.TestTools.Common
アセンブリ:  Microsoft.VisualStudio.QualityTools.Common (Microsoft.VisualStudio.QualityTools.Common.dll 内)

構文

'宣言
<UserVisiblePropertyAttribute("{E0D317A6-6F41-455d-BD72-B4344CC5EC0B}")> _
<PropertyWindowAttribute> _
Public Overridable ReadOnly Property ProjectRelativePath As String
[UserVisiblePropertyAttribute("{E0D317A6-6F41-455d-BD72-B4344CC5EC0B}")]
[PropertyWindowAttribute]
public virtual string ProjectRelativePath { get; }
[UserVisiblePropertyAttribute(L"{E0D317A6-6F41-455d-BD72-B4344CC5EC0B}")]
[PropertyWindowAttribute]
public:
virtual property String^ ProjectRelativePath {
    String^ get ();
}
[<UserVisiblePropertyAttribute("{E0D317A6-6F41-455d-BD72-B4344CC5EC0B}")>]
[<PropertyWindowAttribute>]
abstract ProjectRelativePath : string with get
[<UserVisiblePropertyAttribute("{E0D317A6-6F41-455d-BD72-B4344CC5EC0B}")>]
[<PropertyWindowAttribute>]
override ProjectRelativePath : string with get
function get ProjectRelativePath () : String

プロパティ値

型 : System.String
このテスト要素を含むテスト プロジェクトの相対パス。

実装

ITestElement.ProjectRelativePath

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

TestElement クラス

Microsoft.VisualStudio.TestTools.Common 名前空間