RegistryUtility.Parse 方法

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

语法

声明
Public Shared Sub Parse ( _
    pathPattern As String, _
    <OutAttribute> ByRef path As String, _
    <OutAttribute> ByRef pattern As String, _
    <OutAttribute> ByRef depth As Integer _
)
public static void Parse(
    string pathPattern,
    out string path,
    out string pattern,
    out int depth
)

参数

.NET Framework 安全性

请参见

参考

RegistryUtility 类

Microsoft.TeamFoundation.Framework.Common 命名空间