IGetChildrenRequest.AddResults(ICollection<INavigableItem>) 메서드

정의

요청 소비자가 결과를 반환하기 위해 사용한 값을 검색합니다.

public:
 void AddResults(System::Collections::Generic::ICollection<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigableItem ^> ^ batch);
public void AddResults(System.Collections.Generic.ICollection<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem> batch);
abstract member AddResults : System.Collections.Generic.ICollection<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem> -> unit
Public Sub AddResults (batch As ICollection(Of INavigableItem))

매개 변수

batch
ICollection<INavigableItem>

배치 수집.

적용 대상