共用方式為


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 命名空間