IOleDocumentView.Show Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub Show ( _
fShow As Integer _
)
void Show(
int fShow
)
void Show(
[InAttribute] int fShow
)
abstract Show :
fShow:int -> unit
function Show(
fShow : int
)
Parameters
- fShow
Type: System.Int32
Remarks
For information on the COM interface, see IOleDocumentView::Show
.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.