Partager via


IVsWCFMetadataStorage.AdviseWCFMetadataStorageEvents, méthode

Enregistre l'appelant pour 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 AdviseWCFMetadataStorageEvents ( _
    pSink As IVsWCFMetadataStorageEvents, _
    <OutAttribute> ByRef pdwCookie As UInteger _
)
void AdviseWCFMetadataStorageEvents(
    IVsWCFMetadataStorageEvents pSink,
    out uint pdwCookie
)
void AdviseWCFMetadataStorageEvents(
    [InAttribute] IVsWCFMetadataStorageEvents^ pSink, 
    [OutAttribute] unsigned int% pdwCookie
)
abstract AdviseWCFMetadataStorageEvents : 
        pSink:IVsWCFMetadataStorageEvents * 
        pdwCookie:uint32 byref -> unit
function AdviseWCFMetadataStorageEvents(
    pSink : IVsWCFMetadataStorageEvents, 
    pdwCookie : uint
)

Paramètres

  • pdwCookie
    Type : UInt32%

    Un jeton représentant l'alignement complété.

Notes

Pour annuler la notification d'événements, appelez la méthode d'UnadviseWCFMetadataStorageEvents.

Sécurité .NET Framework

Voir aussi

Référence

IVsWCFMetadataStorage Interface

Microsoft.VisualStudio.WCFReference.Interop, espace de noms