FileSpec.Parse 方法

命名空间:  Microsoft.TeamFoundation.Common
程序集:  Microsoft.TeamFoundation.Common(在 Microsoft.TeamFoundation.Common.dll 中)

语法

声明
Public Shared Sub Parse ( _
    path As String, _
    <OutAttribute> ByRef folder As String, _
    <OutAttribute> ByRef fileName As String _
)
public static void Parse(
    string path,
    out string folder,
    out string fileName
)

参数

.NET Framework 安全性

请参见

参考

FileSpec 类

Microsoft.TeamFoundation.Common 命名空间