C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCFXICS.RangeCommand

Represent a range command.
상속: Command
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
RangeCommand ( byte command, byte lowValue, byte highValue ) : System

Initializes a new instance of the RangeCommand class.

메소드 상세

RangeCommand() 공개 메소드

Initializes a new instance of the RangeCommand class.
public RangeCommand ( byte command, byte lowValue, byte highValue ) : System
command byte The command byte.
lowValue byte Variable length byte array of low-order values for GLOBCNT generation.
highValue byte Variable length byte array of high-order values for GLOBCNT generation.
리턴 System