Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub WriteMultiple ( _
    cpspec As UInteger, _
    rgpspec As PROPSPEC(), _
    rgpropvar As PROPVARIANT(), _
    propidNameFirst As UInteger _
)
void WriteMultiple(
    uint cpspec,
    PROPSPEC[] rgpspec,
    PROPVARIANT[] rgpropvar,
    uint propidNameFirst
)
void WriteMultiple(
    [InAttribute] unsigned int cpspec, 
    [InAttribute] array<PROPSPEC>^ rgpspec, 
    [InAttribute] array<PROPVARIANT>^ rgpropvar, 
    [InAttribute] unsigned int propidNameFirst
)
abstract WriteMultiple : 
        cpspec:uint32 * 
        rgpspec:PROPSPEC[] * 
        rgpropvar:PROPVARIANT[] * 
        propidNameFirst:uint32 -> unit
function WriteMultiple(
    cpspec : uint, 
    rgpspec : PROPSPEC[], 
    rgpropvar : PROPVARIANT[], 
    propidNameFirst : uint
)
Parameters
- cpspec
 Type: UInt32
- rgpspec
 Type: array<Microsoft.VisualStudio.OLE.Interop.PROPSPEC[]
- rgpropvar
 Type: array<Microsoft.VisualStudio.OLE.Interop.PROPVARIANT[]
- propidNameFirst
 Type: 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.