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

Contains a list of propValues. propList = *PropValue
상속: SyntacticalBase
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( FastTransferStream stream ) : void

Deserialize fields from a FastTransferStream.

GetPropValue ( ushort id, ushort type ) : object

Gets the value specified by a property tag.

HasPropertyID ( ushort id ) : bool

Indicates whether contains an id.

HasPropertyTag ( ushort id, ushort type ) : bool

Indicates whether has specified property tag.

HasPropertyType ( ushort type ) : bool

Indicates whether contains a type.

PropList ( FastTransferStream stream ) : System.Collections.Generic

Initializes a new instance of the PropList class.

Verify ( FastTransferStream stream ) : bool

Verify that a stream's current position contains a serialized propList.

메소드 상세

Deserialize() 공개 메소드

Deserialize fields from a FastTransferStream.
public Deserialize ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
리턴 void

GetPropValue() 공개 메소드

Gets the value specified by a property tag.
public GetPropValue ( ushort id, ushort type ) : object
id ushort A ushort value, the id of the property tag.
type ushort A ushort value, the type of the property tag.
리턴 object

HasPropertyID() 공개 메소드

Indicates whether contains an id.
public HasPropertyID ( ushort id ) : bool
id ushort A ushort value.
리턴 bool

HasPropertyTag() 공개 메소드

Indicates whether has specified property tag.
public HasPropertyTag ( ushort id, ushort type ) : bool
id ushort A ushort value, the id of the property tag.
type ushort A ushort value, the type of the property tag.
리턴 bool

HasPropertyType() 공개 메소드

Indicates whether contains a type.
public HasPropertyType ( ushort type ) : bool
type ushort A ushort value.
리턴 bool

PropList() 공개 메소드

Initializes a new instance of the PropList class.
public PropList ( FastTransferStream stream ) : System.Collections.Generic
stream FastTransferStream A FastTransferStream.
리턴 System.Collections.Generic

Verify() 공개 정적인 메소드

Verify that a stream's current position contains a serialized propList.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
리턴 bool