Workspace.IsServerPathMapped 方法 (String)
如果服务器项目映射和不使用掩蔽,则返回 true。 此方法会返回隐式掩蔽的服务器路径的伪阳性。
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
Public Function IsServerPathMapped ( _
serverPath As String _
) As Boolean
public bool IsServerPathMapped(
string serverPath
)
参数
- serverPath
类型:System.String
为选定的服务器项目。
返回值
类型:System.Boolean
如果服务器项目映射和不使用掩蔽,则为 true;否则,错误。
备注
首先包括在 Visual Studio 2005 Team Foundation Server。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。