Share via


IVsaIDE.EnableMainWindow Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub EnableMainWindow ( _
    isEnable As Boolean _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void EnableMainWindow(
    bool isEnable
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void EnableMainWindow(
    bool isEnable
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract EnableMainWindow : 
        isEnable:bool -> unit
function EnableMainWindow(
    isEnable : boolean
)

Parameters

See Also

Reference

IVsaIDE Interface

Microsoft.Vsa Namespace