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
pSink
Type: Microsoft.VisualStudio.Shell.Interop.IVsBuildPropertyStorageEventsThe event sink.
pdwCookie
Type: UInt32%[out] The event cookie.
Return Value
Type: Int32
The HRESULT.
.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.