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

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

공개 메소드들

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

Deserialize a TaggedPropIdGroupTypedPropInfo instance from a FastTransferStream.

TaggedPropIdGroupTypedPropInfo ( FastTransferStream stream )

Initializes a new instance of the TaggedPropIdGroupTypedPropInfo class.

Verify ( FastTransferStream stream ) : bool

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

메소드 상세

DeserializeFrom() 공개 정적인 메소드

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

TaggedPropIdGroupTypedPropInfo() 공개 메소드

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

Verify() 공개 정적인 메소드

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