C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.TaggedPropIdPropInfo

The TaggedPropIdPropInfo class.
Inheritance: PropInfo
显示文件 Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
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

Method Details

DeserializeFrom() public static method

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

TaggedPropIdPropInfo() public method

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

Verify() public static method

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