Dela via


IPropertyStorage.WriteMultiple Method

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
  • propidNameFirst
    Type: UInt32

.NET Framework Security

See Also

Reference

IPropertyStorage Interface

Microsoft.VisualStudio.OLE.Interop Namespace