IPropertyStorage.WriteMultiple Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
‘선언
Sub WriteMultiple ( _
cpspec As UInteger, _
rgpspec As PROPSPEC(), _
rgpropvar As PROPVARIANT(), _
propidNameFirst As UInteger _
)
void WriteMultiple(
uint cpspec,
PROPSPEC[] rgpspec,
PROPVARIANT[] rgpropvar,
uint propidNameFirst
)
Parameters
- cpspec
Type: System.UInt32
- rgpspec
Type: array<Microsoft.VisualStudio.OLE.Interop.PROPSPEC[]
- rgpropvar
Type: array<Microsoft.VisualStudio.OLE.Interop.PROPVARIANT[]
- propidNameFirst
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.