다음을 통해 공유


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 _
)
‘사용 방법
Dim instance As IPropertyStorage
Dim cpspec As UInteger
Dim rgpspec As PROPSPEC()
Dim rgpropvar As PROPVARIANT()
Dim propidNameFirst As UInteger

instance.WriteMultiple(cpspec, rgpspec, _
    rgpropvar, propidNameFirst)
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

.NET Framework Security

See Also

Reference

IPropertyStorage Interface

IPropertyStorage Members

Microsoft.VisualStudio.OLE.Interop Namespace