C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.GLOBCNTRange

Contain a GLOBCNT range.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Contains() public méthode

Indicates whether has the GLOBCNT.
public Contains ( GLOBCNT cnt ) : bool
cnt GLOBCNT The GLOBCNT.
Résultat bool

Contains() public méthode

Indicates whether has the GLOBCNTRange.
public Contains ( GLOBCNTRange range ) : bool
range GLOBCNTRange A GLOBCNTRange.
Résultat bool

GLOBCNTRange() public méthode

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.
Résultat System

GetSameHighOrderValues() public méthode

Get the same high order bytes of this range.
public GetSameHighOrderValues ( ) : byte[]
Résultat byte[]