RegistryUtility.Parse, méthode
Espace de noms : Microsoft.TeamFoundation.Framework.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- pathPattern
Type : System.String
- path
Type : System.String%
- pattern
Type : System.String%
- depth
Type : System.Int32%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.