Command 클래스

정의

CommandCollection의 부모 요소 컨텍스트 내에서 사용할 수 있는 명령을 나타냅니다.

[System.Runtime.InteropServices.Guid("F6506EF5-FBD7-4237-85D3-E3E66B1CAD9D")]
public sealed class Command : ICloneable
[<System.Runtime.InteropServices.Guid("F6506EF5-FBD7-4237-85D3-E3E66B1CAD9D")>]
type Command = class
    interface ICloneable
Public NotInheritable Class Command
Implements ICloneable
상속
Command
특성
구현

생성자

Command()

기본값을 사용하여 Command의 새 인스턴스를 초기화합니다.

Command(String)

지정한 텍스트를 사용하여 Command 클래스의 새 인스턴스를 초기화합니다.

속성

Annotations

명령에 연결된 주석의 컬렉션을 가져옵니다.

Text

일괄 처리에 대한 명령 텍스트를 가져오거나 설정합니다.

메서드

Clone()

개체의 복제본을 반환합니다.

CopyTo(Command)

이 개체의 내용을 다른 개체(대상)에 복사합니다.

명시적 인터페이스 구현

ICloneable.Clone()

CommandCollection의 부모 요소 컨텍스트 내에서 사용할 수 있는 명령을 나타냅니다.

적용 대상