VersionSpec.Format 方法
使用版本说明符,设置路径。
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
Public Function Format ( _
path As String _
) As String
public string Format(
string path
)
参数
- path
类型:System.String
服务器或本地路径。
返回值
类型:System.String
表示该路径和版本的版本指定的字符串。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。