Partager via


NativeMethods.DsCrackNames, méthode (IntPtr, NativeMethods.DS_NAME_FLAGS, NativeMethods.DS_NAME_FORMAT, NativeMethods.DS_NAME_FORMAT, UInt32, array<String , IntPtr%)

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 DsCrackNames ( _
    hDS As IntPtr, _
    flags As NativeMethods.DS_NAME_FLAGS, _
    formatOffered As NativeMethods.DS_NAME_FORMAT, _
    formatDesired As NativeMethods.DS_NAME_FORMAT, _
    cNames As UInteger, _
    rpNames As String(), _
    <OutAttribute> ByRef ppResult As IntPtr _
) As UInteger
public static uint DsCrackNames(
    IntPtr hDS,
    NativeMethods.DS_NAME_FLAGS flags,
    NativeMethods.DS_NAME_FORMAT formatOffered,
    NativeMethods.DS_NAME_FORMAT formatDesired,
    uint cNames,
    string[] rpNames,
    out IntPtr ppResult
)

Paramètres

Valeur de retour

Type : System.UInt32

Voir aussi

Référence

NativeMethods Classe

DsCrackNames, surcharge

Microsoft.TeamFoundation.Common.Internal, espace de noms