Método RegistryUtility.Parse
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (em Microsoft.TeamFoundation.Common.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- pathPattern
Tipo: System.String
- path
Tipo: System.String%
- pattern
Tipo: System.String%
- depth
Tipo: System.Int32%
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.