Share via


IOleContainer.LockContainer Method

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

Syntax

'Declaration
Sub LockContainer ( _
    fLock As Integer _
)
void LockContainer(
    int fLock
)
void LockContainer(
    [InAttribute] int fLock
)
abstract LockContainer : 
        fLock:int -> unit 
function LockContainer(
    fLock : int
)

Parameters

Remarks

For information on the COM interface, see IOleContainer::LockContainer

.NET Framework Security

See Also

Reference

IOleContainer Interface

Microsoft.VisualStudio.OLE.Interop Namespace