IDataObject.DUnadvise Method
Namespace: Microsoft.TeamFoundation.OfficeIntegration.Client
Assembly: Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Declaration
Function DUnadvise ( _
a As UInteger _
) As Integer
int DUnadvise(
uint a
)
int DUnadvise(
unsigned int a
)
abstract DUnadvise :
a:uint32 -> int
function DUnadvise(
a : uint
) : int
Parameters
- a
Type: System.UInt32
Return Value
Type: System.Int32
.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.