C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.CellIDFilter

Specifies a particular cell to query.
상속: Filter
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
CellIDFilter ( CellID cellId ) : System

Initializes a new instance of the CellIDFilter class

보호된 메소드들

메소드 설명
SerializeFilterData ( List byteList ) : void

This method is used to convert the element into a byte List

메소드 상세

CellIDFilter() 공개 메소드

Initializes a new instance of the CellIDFilter class
public CellIDFilter ( CellID cellId ) : System
cellId CellID Specify the CellID.
리턴 System

SerializeFilterData() 보호된 메소드

This method is used to convert the element into a byte List
protected SerializeFilterData ( List byteList ) : void
byteList List Specify the byte list which will contain the filter data.
리턴 void