IEnumWCFReferenceContracts.Next(UInt32, IVsWCFReferenceContract[], UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère le IVsWCFReferenceContract suivant.
public:
int Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceContract ^> ^ rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
int Next(unsigned int celt, std::Array <Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceContract const &> const & rgelt, [Runtime::InteropServices::Out] unsigned int & pceltFetched);
public int Next (uint celt, Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceContract[] rgelt, out uint pceltFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceContract[] * uint32 -> int
Public Function Next (celt As UInteger, rgelt As IVsWCFReferenceContract(), ByRef pceltFetched As UInteger) As Integer
Paramètres
- celt
- UInt32
Nombre d'interfaces de contrat à retourner, ou valeur zéro pour indiquer une demande pour tous les objets.
- rgelt
- IVsWCFReferenceContract[]
Tableau d'objets IVsWCFReferenceContract. Contient des pceltFetched objets.
- pceltFetched
- UInt32
Nombre réel d'interfaces de contrat récupérées.