IStorage.DestroyElement Method

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

Syntax

'Declaration
Sub DestroyElement ( _
    pwcsName As String _
)
void DestroyElement(
    string pwcsName
)
void DestroyElement(
    [InAttribute] String^ pwcsName
)
abstract DestroyElement : 
        pwcsName:string -> unit
function DestroyElement(
    pwcsName : String
)

Parameters

.NET Framework Security

See Also

Reference

IStorage Interface

Microsoft.VisualStudio.OLE.Interop Namespace