Freigeben über


IVsBuildPropertyStorage3.AdviseEvents Method

Subscribes to build property storage events.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)

Syntax

'Declaration
Function AdviseEvents ( _
    pSink As IVsBuildPropertyStorageEvents, _
    <OutAttribute> ByRef pdwCookie As UInteger _
) As Integer
int AdviseEvents(
    IVsBuildPropertyStorageEvents pSink,
    out uint pdwCookie
)
int AdviseEvents(
    [InAttribute] IVsBuildPropertyStorageEvents^ pSink, 
    [OutAttribute] unsigned int% pdwCookie
)
abstract AdviseEvents : 
        pSink:IVsBuildPropertyStorageEvents * 
        pdwCookie:uint32 byref -> int
function AdviseEvents(
    pSink : IVsBuildPropertyStorageEvents, 
    pdwCookie : uint
) : int

Parameters

  • pdwCookie
    Type: UInt32%

    [out] The event cookie.

Return Value

Type: Int32
The HRESULT.

.NET Framework Security

See Also

Reference

IVsBuildPropertyStorage3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace