IVsaIDE.ShowIDE, méthode
Ce membre prend en charge l'infrastructure .NET Framework et n'est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : Microsoft.Vsa
Assembly : Microsoft.Vsa (dans Microsoft.Vsa.dll)
Syntaxe
'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
)
Paramètres
- showOrHide
Type : Boolean