ILayoutEditor.SetSelection(IEnumerable<IReportItem>) メソッド

定義

public:
 void SetSelection(System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::IReportItem ^> ^ newSelection);
public void SetSelection (System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.IReportItem> newSelection);
abstract member SetSelection : seq<Microsoft.ReportDesigner.IReportItem> -> unit
Public Sub SetSelection (newSelection As IEnumerable(Of IReportItem))

パラメーター

newSelection
IEnumerable<IReportItem>

適用対象