IVsWCFMetadataStorage.UnadviseWCFMetadataStorageEvents, méthode
Annule l'inscription à la notification d'événements de stockage de métadonnées.
Espace de noms : Microsoft.VisualStudio.WCFReference.Interop
Assembly : Microsoft.VisualStudio.WCFReference.Interop (dans Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntaxe
'Déclaration
Sub UnadviseWCFMetadataStorageEvents ( _
dwCookie As UInteger _
)
void UnadviseWCFMetadataStorageEvents(
uint dwCookie
)
void UnadviseWCFMetadataStorageEvents(
[InAttribute] unsigned int dwCookie
)
abstract UnadviseWCFMetadataStorageEvents :
dwCookie:uint32 -> unit
function UnadviseWCFMetadataStorageEvents(
dwCookie : uint
)
Paramètres
dwCookie
Type : UInt32Un jeton représentant l'alignement à annuler.
Notes
Le jeton spécifié dans dwCookie est retourné par AdviseWCFMetadataStorageEvents lorsque l'alignement est initialisé.
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.