C# 클래스 Microsoft.Protocols.TestSuites.MS_OXWSFOLD.MS_OXWSSRCHAdapter

The adapter class implements the method defined in interface IMS_OXWSSRCHAdapter.
상속: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXWSSRCHAdapter
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
FindItem ( FindItemType findItemRequest ) : FindItemResponseType

Find item on the server.

Initialize ( TestTools testSite ) : void

Overrides IAdapter's Initialize() and sets default protocol short name of the testSite.

메소드 상세

FindItem() 공개 메소드

Find item on the server.
public FindItem ( FindItemType findItemRequest ) : FindItemResponseType
findItemRequest Microsoft.Protocols.TestSuites.Common.FindItemType Find item operation request type.
리턴 FindItemResponseType

Initialize() 공개 메소드

Overrides IAdapter's Initialize() and sets default protocol short name of the testSite.
public Initialize ( TestTools testSite ) : void
testSite TestTools Pass ITestSite to adapter, make adapter can use ITestSite's function.
리턴 void