Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 _
)
'Usage
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
- 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.