C# 클래스 Microsoft.Protocols.TestSuites.MS_OXORULE.LargePropTagArray

The LargePropTagArray structure contains a list of property tags.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PropertyTagCount uint

공개 메소드들

메소드 설명
Parse ( byte rawData, int &index ) : LargePropTagArray

Parse the Large property tag array from the response data.

메소드 상세

Parse() 공개 정적인 메소드

Parse the Large property tag array from the response data.
public static Parse ( byte rawData, int &index ) : LargePropTagArray
rawData byte The response data.
index int The start index of response data.
리턴 LargePropTagArray

프로퍼티 상세

PropertyTagCount 공개적으로 프로퍼티

The number of PropertyName_r structures in this aggregation. The value MUST NOT exceed 100,000.
public uint PropertyTagCount
리턴 uint