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

Contain a GLOBCNT range.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( GLOBCNT cnt ) : bool

Indicates whether has the GLOBCNT.

Contains ( GLOBCNTRange range ) : bool

Indicates whether has the GLOBCNTRange.

GLOBCNTRange ( GLOBCNT start, GLOBCNT end ) : System

Initializes a new instance of the GLOBCNTRange structure.

GetSameHighOrderValues ( ) : byte[]

Get the same high order bytes of this range.

메소드 상세

Contains() 공개 메소드

Indicates whether has the GLOBCNT.
public Contains ( GLOBCNT cnt ) : bool
cnt GLOBCNT The GLOBCNT.
리턴 bool

Contains() 공개 메소드

Indicates whether has the GLOBCNTRange.
public Contains ( GLOBCNTRange range ) : bool
range GLOBCNTRange A GLOBCNTRange.
리턴 bool

GLOBCNTRange() 공개 메소드

Initializes a new instance of the GLOBCNTRange structure.
public GLOBCNTRange ( GLOBCNT start, GLOBCNT end ) : System
start GLOBCNT The starting GLOBCNT of the range.
end GLOBCNT The end GLOBCNT of the range.
리턴 System

GetSameHighOrderValues() 공개 메소드

Get the same high order bytes of this range.
public GetSameHighOrderValues ( ) : byte[]
리턴 byte[]