C# 클래스 Microsoft.Protocols.TestSuites.MS_COPYS.GetItemResponse

A class used to store the response data of "GetItem" operation.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
GetItemResponse ( uint getItemResult, FieldInformation fields, byte streamRawValue ) : System

Initializes a new instance of the GetItemResponse class.

메소드 상세

GetItemResponse() 공개 메소드

Initializes a new instance of the GetItemResponse class.
public GetItemResponse ( uint getItemResult, FieldInformation fields, byte streamRawValue ) : System
getItemResult uint A parameter represents the result status of "CopyIntoItems" operation.
fields FieldInformation A parameter represents the fields information of a file.
streamRawValue byte A parameter represents the stream raw value.
리턴 System