IPropertyStorage.DeleteMultiple Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Sub DeleteMultiple ( _
    cpspec As UInteger, _
    rgpspec As PROPSPEC() _
)
'使用
Dim instance As IPropertyStorage
Dim cpspec As UInteger
Dim rgpspec As PROPSPEC()

instance.DeleteMultiple(cpspec, rgpspec)
void DeleteMultiple(
    uint cpspec,
    PROPSPEC[] rgpspec
)
void DeleteMultiple(
    [InAttribute] unsigned int cpspec, 
    [InAttribute] array<PROPSPEC>^ rgpspec
)
function DeleteMultiple(
    cpspec : uint, 
    rgpspec : PROPSPEC[]
)

Parameters

  • rgpspec
    Type: []

Permissions

See Also

Reference

IPropertyStorage Interface

IPropertyStorage Members

Microsoft.VisualStudio.OLE.Interop Namespace