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