Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
声明
Sub EnableModeless ( _
    fEnable As Integer _
)
用法
Dim instance As IOleInPlaceFrame
Dim fEnable As Integer
instance.EnableModeless(fEnable)
void EnableModeless(
    int fEnable
)
void EnableModeless(
    [InAttribute] int fEnable
)
abstract EnableModeless : 
        fEnable:int -> unit 
function EnableModeless(
    fEnable : int
)
Parameters
- fEnable
 Type: System.Int32
Remarks
For information on the COM interface, see IOleInPlaceFrame::EnableModeless
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.