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
- 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.