C# Class Microsoft.Protocols.TestSuites.MS_OXCPERM.FID

This structure represent the input and output method and the value type of the folder ID
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
InputValue ( byte rawData, int &count ) : IPropertyInterface

Input the value from rawData to structure

OutputValue ( IPropertyInterface list ) : object

Output the value saved in the IPropertyInterface structure

Method Details

InputValue() public méthode

Input the value from rawData to structure
public InputValue ( byte rawData, int &count ) : IPropertyInterface
rawData byte The byte array returned from the GetLists
count int The count point to the current digit
Résultat IPropertyInterface

OutputValue() public méthode

Output the value saved in the IPropertyInterface structure
public OutputValue ( IPropertyInterface list ) : object
list IPropertyInterface The list from the input
Résultat object