다음을 통해 공유


DataViewCommandProvider.UpdateCommandStatus 메서드 (MenuCommand, array<Object[])

지정 된 메뉴 명령의 상태를 업데이트합니다.

네임스페이스:  Microsoft.VisualStudio.Data.Framework
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)

구문

‘선언
Protected Overridable Sub UpdateCommandStatus ( _
    command As MenuCommand, _
    parameters As Object() _
)
protected virtual void UpdateCommandStatus(
    MenuCommand command,
    Object[] parameters
)
protected:
virtual void UpdateCommandStatus(
    MenuCommand^ command, 
    array<Object^>^ parameters
)
abstract UpdateCommandStatus : 
        command:MenuCommand * 
        parameters:Object[] -> unit  
override UpdateCommandStatus : 
        command:MenuCommand * 
        parameters:Object[] -> unit
protected function UpdateCommandStatus(
    command : MenuCommand, 
    parameters : Object[]
)

매개 변수

  • command
    형식: MenuCommand

    A MenuCommand 업데이트 하는 명령을 나타내는 개체입니다.

  • parameters
    형식: array<Object[]

    이 명령과 함께 사용할 매개 변수의 배열입니다.

.NET Framework 보안

참고 항목

참조

DataViewCommandProvider 클래스

UpdateCommandStatus 오버로드

Microsoft.VisualStudio.Data.Framework 네임스페이스