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

The Binary_r structure encodes an array of un-interpreted bytes.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Cb uint

공개 메소드들

메소드 설명
Serialize ( ) : byte[]

This method is used for serializing the Binary_r.

메소드 상세

Serialize() 공개 메소드

This method is used for serializing the Binary_r.
public Serialize ( ) : byte[]
리턴 byte[]

프로퍼티 상세

Cb 공개적으로 프로퍼티

The number of un-interpreted bytes represented in this structure. This value MUST NOT exceed 2,097,152.
public uint Cb
리턴 uint