IROTData.GetComparisonData Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
Sub GetComparisonData ( _
<OutAttribute> pbData As Byte(), _
cbMax As UInteger, _
<OutAttribute> ByRef pcbData As UInteger _
)
void GetComparisonData(
byte[] pbData,
uint cbMax,
out uint pcbData
)
Parameters
- pbData
Type: array<System.Byte[]
- cbMax
Type: System.UInt32
- pcbData
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.