다음을 통해 공유


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
)
abstract DeleteMultiple : 
        cpspec:uint32 * 
        rgpspec:PROPSPEC[] -> unit 
function DeleteMultiple(
    cpspec : uint, 
    rgpspec : PROPSPEC[]
)

Parameters

.NET Framework Security

See Also

Reference

IPropertyStorage Interface

IPropertyStorage Members

Microsoft.VisualStudio.OLE.Interop Namespace