다음을 통해 공유


IOleControlSite.LockInPlaceActive Method

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

Syntax

‘선언
Sub LockInPlaceActive ( _
    fLock As Integer _
)
‘사용 방법
Dim instance As IOleControlSite
Dim fLock As Integer

instance.LockInPlaceActive(fLock)
void LockInPlaceActive(
    int fLock
)
void LockInPlaceActive(
    [InAttribute] int fLock
)
abstract LockInPlaceActive : 
        fLock:int -> unit 
function LockInPlaceActive(
    fLock : int
)

Parameters

.NET Framework Security

See Also

Reference

IOleControlSite Interface

IOleControlSite Members

Microsoft.VisualStudio.OLE.Interop Namespace