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

The TaggedPropIdPropInfo class.
상속: PropInfo
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
DeserializeFrom ( FastTransferStream stream ) : LexicalBase

Deserialize a TaggedPropIdPropInfo instance from a FastTransferStream.

TaggedPropIdPropInfo ( FastTransferStream stream )

Initializes a new instance of the TaggedPropIdPropInfo class.

Verify ( FastTransferStream stream ) : bool

Verify that a stream's current position contains a serialized TaggedPropIdPropInfo

메소드 상세

DeserializeFrom() 공개 정적인 메소드

Deserialize a TaggedPropIdPropInfo instance from a FastTransferStream.
public static DeserializeFrom ( FastTransferStream stream ) : LexicalBase
stream FastTransferStream A FastTransferStream.
리턴 LexicalBase

TaggedPropIdPropInfo() 공개 메소드

Initializes a new instance of the TaggedPropIdPropInfo class.
public TaggedPropIdPropInfo ( FastTransferStream stream )
stream FastTransferStream a FastTransferStream

Verify() 공개 정적인 메소드

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