Share via


IVsaIDE.ShowIDE 方法

此成员支持 .NET Framework 结构,不能在代码中直接使用。

命名空间:  Microsoft.Vsa
程序集:  Microsoft.Vsa(在 Microsoft.Vsa.dll 中)

语法

声明
<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
)

参数

  • showOrHide
    类型:Boolean

请参阅

参考

IVsaIDE 接口

Microsoft.Vsa 命名空间