IVsServiceReferenceMetadataStorage.AdviseServiceReferenceMetadataStorageEvents Method
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Sub AdviseServiceReferenceMetadataStorageEvents ( _
pSink As IVsServiceReferenceMetadataStorageEvents, _
<OutAttribute> ByRef pdwCookie As UInteger _
)
void AdviseServiceReferenceMetadataStorageEvents(
IVsServiceReferenceMetadataStorageEvents pSink,
out uint pdwCookie
)
void AdviseServiceReferenceMetadataStorageEvents(
[InAttribute] IVsServiceReferenceMetadataStorageEvents^ pSink,
[OutAttribute] unsigned int% pdwCookie
)
abstract AdviseServiceReferenceMetadataStorageEvents :
pSink:IVsServiceReferenceMetadataStorageEvents *
pdwCookie:uint32 byref -> unit
function AdviseServiceReferenceMetadataStorageEvents(
pSink : IVsServiceReferenceMetadataStorageEvents,
pdwCookie : uint
)
Parameters
- pdwCookie
Type: System.UInt32%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.