DataViewCommandHandler.ExecuteCommand 메서드 (array<Int32[], OleCommand, OleCommandExecutionOption, Object)
지정 된 명령을 여러 항목에서 실행 됩니다.
네임스페이스: Microsoft.VisualStudio.Data
어셈블리: Microsoft.VisualStudio.Data(Microsoft.VisualStudio.Data.dll)
구문
‘선언
Public Overridable Function ExecuteCommand ( _
itemIds As Integer(), _
command As OleCommand, _
executionOption As OleCommandExecutionOption, _
arguments As Object _
) As Object()
public virtual Object[] ExecuteCommand(
int[] itemIds,
OleCommand command,
OleCommandExecutionOption executionOption,
Object arguments
)
public:
virtual array<Object^>^ ExecuteCommand(
array<int>^ itemIds,
OleCommand^ command,
OleCommandExecutionOption executionOption,
Object^ arguments
)
abstract ExecuteCommand :
itemIds:int[] *
command:OleCommand *
executionOption:OleCommandExecutionOption *
arguments:Object -> Object[]
override ExecuteCommand :
itemIds:int[] *
command:OleCommand *
executionOption:OleCommandExecutionOption *
arguments:Object -> Object[]
public function ExecuteCommand(
itemIds : int[],
command : OleCommand,
executionOption : OleCommandExecutionOption,
arguments : Object
) : Object[]
매개 변수
itemIds
형식: array<Int32[]이 명령에서 호출 해야 데이터의 계층 구조 보기에서에서 항목에 대 한 식별자의 배열입니다.
command
형식: Microsoft.VisualStudio.Data.OleCommandOleCommand 를 호출 하는 명령을 나타내는 개체입니다.
executionOption
형식: Microsoft.VisualStudio.Data.OleCommandExecutionOption모든 OleCommandExecutionOption 옵션을 호출된 하는 명령 나타내는 개체 인스턴스.
arguments
형식: Object명령에 인수를 나타내는 개체입니다.
반환 값
형식: array<Object[]
지정 된 명령에 의해 반환 되는 값을 나타내는 개체 배열을 반환 합니다.
예외
예외 | 조건 |
---|---|
ArgumentNullException | itemId 또는 command 매개 변수는 null입니다. |
ArgumentException | itemId 매개 변수가 잘못된 경우 |
NotImplementedException | 이 명령 처리기에 지정 된 명령을 구현 하지 않습니다. |
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.