IEnumWCFReferenceContracts.Skip, méthode
Ignore un numéro spécifié d'interfaces d'IVsWCFReferenceContract.
Espace de noms : Microsoft.VisualStudio.WCFReference.Interop
Assembly : Microsoft.VisualStudio.WCFReference.Interop (dans Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntaxe
'Déclaration
Sub Skip ( _
celt As UInteger _
)
void Skip(
uint celt
)
void Skip(
[InAttribute] unsigned int celt
)
abstract Skip :
celt:uint32 -> unit
function Skip(
celt : uint
)
Paramètres
celt
Type : UInt32Le nombre d'interfaces à ignorer.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.