次の方法で共有


SerializedWorkspace.FindCommonServerPath メソッド

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

フォルダー マッピング セットから共通の最小のサーバー パスを取得します。

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

構文

'宣言
<ObsoleteAttribute("This method has been deprecated. Please remove all references.")> _
Public Shared Function FindCommonServerPath ( _
    workingFolders As WorkingFolder() _
) As String
[ObsoleteAttribute("This method has been deprecated. Please remove all references.")]
public static string FindCommonServerPath(
    WorkingFolder[] workingFolders
)

パラメーター

戻り値

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

.NET Framework セキュリティ

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

参照

関連項目

SerializedWorkspace クラス

Microsoft.TeamFoundation.Build.Tasks 名前空間