IPropertyStorage.ReadMultiple Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub ReadMultiple ( _
cpspec As UInteger, _
rgpspec As PROPSPEC(), _
<OutAttribute> rgpropvar As PROPVARIANT() _
)
'Usage
Dim instance As IPropertyStorage
Dim cpspec As UInteger
Dim rgpspec As PROPSPEC()
Dim rgpropvar As PROPVARIANT()
instance.ReadMultiple(cpspec, rgpspec, _
rgpropvar)
void ReadMultiple(
uint cpspec,
PROPSPEC[] rgpspec,
PROPVARIANT[] rgpropvar
)
void ReadMultiple(
[InAttribute] unsigned int cpspec,
[InAttribute] array<PROPSPEC>^ rgpspec,
[OutAttribute] array<PROPVARIANT>^ rgpropvar
)
abstract ReadMultiple :
cpspec:uint32 *
rgpspec:PROPSPEC[] *
rgpropvar:PROPVARIANT[] byref -> unit
function ReadMultiple(
cpspec : uint,
rgpspec : PROPSPEC[],
rgpropvar : PROPVARIANT[]
)
Parameters
- cpspec
Type: System.UInt32
- rgpspec
Type: array<Microsoft.VisualStudio.OLE.Interop.PROPSPEC[]
- rgpropvar
Type: array<Microsoft.VisualStudio.OLE.Interop.PROPVARIANT[]
.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.