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

The TaggedPropIdPropInfo class.
Inheritance: PropInfo
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode 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 méthode

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

TaggedPropIdPropInfo() public méthode

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

Verify() public static méthode

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