다음을 통해 공유


DataViewMenuCommand 클래스

정의

데이터 뷰 계층 구조의 일부로 상위 수준 또는 상황에 맞는 메뉴에서 제공하는 메뉴 명령에 대한 기본 구현을 나타냅니다.

public ref class DataViewMenuCommand : Microsoft::VisualStudio::Data::Framework::DataMenuCommand
public class DataViewMenuCommand : Microsoft.VisualStudio.Data.Framework.DataMenuCommand
type DataViewMenuCommand = class
    inherit DataMenuCommand
Public Class DataViewMenuCommand
Inherits DataMenuCommand
상속
DataViewMenuCommand
파생

생성자

DataViewMenuCommand(Int32, CommandID)

항목 ID 및 명령 식별자를 지정하여 클래스의 DataViewMenuCommand 새 instance 초기화합니다.

DataViewMenuCommand(Int32, CommandID, EventHandler)

항목 ID, 명령 식별자 및 이벤트를 지정하여 클래스의 DataMenuCommand 새 instance 초기화합니다.

DataViewMenuCommand(Int32, CommandID, EventHandler, EventHandler)

항목 ID, 명령 식별자 및 이벤트를 지정하여 클래스의 DataMenuCommand 새 instance 초기화합니다.

속성

ItemId

항목 ID를 가져옵니다.

Text

[보안 위험] 메뉴 명령의 Text 속성을 검색합니다.

(다음에서 상속됨 DataMenuCommand)

메서드

Invoke()

[보안 위험] 메뉴 명령을 호출합니다.

(다음에서 상속됨 DataMenuCommand)
Invoke(Object)

[보안 위험] 지정된 매개 변수를 사용하여 메뉴 명령을 호출합니다.

(다음에서 상속됨 DataMenuCommand)
UpdateStatus()

[보안 위험] 명령의 상태 업데이트 적절한 이벤트를 발생합니다.

(다음에서 상속됨 DataMenuCommand)

적용 대상