IVsaIDE.ShowIDE Method
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Déclaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub ShowIDE ( _
showOrHide As Boolean _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void ShowIDE(
bool showOrHide
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void ShowIDE(
bool showOrHide
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract ShowIDE :
showOrHide:bool -> unit
function ShowIDE(
showOrHide : boolean
)
Parameters
- showOrHide
Type: System.Boolean