IOleDocumentView.UIActivate Method

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

Syntax

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

Parameters

  • fUIActivate
    Type: Int32

Remarks

For information on the COM interface, see IOleDocumentView::UIActivate

.NET Framework Security

See Also

Reference

IOleDocumentView Interface

Microsoft.VisualStudio.OLE.Interop Namespace