次の方法で共有


GetBuildProperties.ConfigurationFolderUri プロパティ

メモ: この API は、互換性のために残されています。

ビルドに使用する Configuration フォルダーのバージョン管理された URI。

名前空間:  Microsoft.TeamFoundation.Build.Tasks
アセンブリ:  Microsoft.TeamFoundation.Build.ProcessComponents (Microsoft.TeamFoundation.Build.ProcessComponents.dll 内)

構文

'宣言
<OutputAttribute> _
<ObsoleteAttribute("This property has been deprecated. Please remove all references.",  _
    False)> _
Public ReadOnly Property ConfigurationFolderUri As String
[OutputAttribute]
[ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)]
public string ConfigurationFolderUri { get; }

プロパティ値

型 : System.String
String を返します。

.NET Framework セキュリティ

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

参照

関連項目

GetBuildProperties クラス

Microsoft.TeamFoundation.Build.Tasks 名前空間