Share via


IDataObject.DAdvise Method

Namespace:  Microsoft.TeamFoundation.OfficeIntegration.Client
Assembly:  Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)

Syntax

'Declaration
Function DAdvise ( _
    a As Integer, _
    b As UInteger, _
    c As Object, _
    ByRef d As UInteger _
) As Integer
int DAdvise(
    int a,
    uint b,
    Object c,
    ref uint d
)
int DAdvise(
    int a, 
    unsigned int b, 
    Object^ c, 
    unsigned int% d
)
abstract DAdvise : 
        a:int * 
        b:uint32 * 
        c:Object * 
        d:uint32 byref -> int 
function DAdvise(
    a : int, 
    b : uint, 
    c : Object, 
    d : uint
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IDataObject Interface

Microsoft.TeamFoundation.OfficeIntegration.Client Namespace