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

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

공개 메소드들

메소드 설명
CopyIntoItemsLocalResponse ( uint copyIntoItemsLocalResult, CopyResult results )

Initializes a new instance of the CopyIntoItemsLocalResponse class.

메소드 상세

CopyIntoItemsLocalResponse() 공개 메소드

Initializes a new instance of the CopyIntoItemsLocalResponse class.
public CopyIntoItemsLocalResponse ( uint copyIntoItemsLocalResult, CopyResult results )
copyIntoItemsLocalResult uint A parameter represents the result status of "CopyIntoItemsLocal" operation.
results CopyResult A parameter represents the copy results collection of the copy actions performed in "CopyIntoItemsLocal" operation.