NativeMethods.CredUIParseUserName, méthode
Ce type a un attribut SecurityCriticalAttribute, qui le limite à un usage interne par la bibliothèque de classes .NET Framework pour Silverlight. Un code d'application qui utilise un membre de ce type lève une exception MethodAccessException.
Espace de noms : Microsoft.TeamFoundation.Common.Internal
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Function CredUIParseUserName ( _
pszUserName As String, _
pszUser As StringBuilder, _
ulUserMaxChars As UInteger, _
pszDomain As StringBuilder, _
ulDomainMaxChars As UInteger _
) As Integer
public static int CredUIParseUserName(
string pszUserName,
StringBuilder pszUser,
uint ulUserMaxChars,
StringBuilder pszDomain,
uint ulDomainMaxChars
)
Paramètres
- pszUserName
Type : System.String
- pszUser
Type : System.Text.StringBuilder
- ulUserMaxChars
Type : System.UInt32
- pszDomain
Type : System.Text.StringBuilder
- ulDomainMaxChars
Type : System.UInt32
Valeur de retour
Type : System.Int32