次の方法で共有


DataSetListBoxItemCollection クラス

定義

public ref class DataSetListBoxItemCollection : System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::Wizards::DataRegion::DataSetListBoxItem ^>
public class DataSetListBoxItemCollection : System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.Wizards.DataRegion.DataSetListBoxItem>
type DataSetListBoxItemCollection = class
    interface seq<DataSetListBoxItem>
    interface IEnumerable
Public Class DataSetListBoxItemCollection
Implements IEnumerable(Of DataSetListBoxItem)
継承
DataSetListBoxItemCollection
実装

コンストラクター

DataSetListBoxItemCollection()

プロパティ

IsEmpty

メソッド

AddAllFromMruList(Report, RecentDataSets)
AddAllFromProject(IReportProject)
AddAllNonHiddenFromReport(Report)
AddFromReport(DataSetFromReport)
Clear()
FindEquivalentItem(DataSet)
FindEquivalentItem(DataSetListBoxItem)
FindEquivalentItemFromReport(DataSet)
GetEnumerator()

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

適用対象