Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub ReadMultiple ( _
cpspec As UInteger, _
rgpspec As PROPSPEC(), _
<OutAttribute> rgpropvar As PROPVARIANT() _
)
'使用
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
)
function ReadMultiple(
cpspec : uint,
rgpspec : PROPSPEC[],
rgpropvar : PROPVARIANT[]
)
Parameters
- cpspec
Type: System.UInt32
- rgpspec
Type: []
- rgpropvar
Type: []
Permissions
- 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.