言語

ImageMapAreasCollection コンストラクター

定義

ImageMapAreasCollection クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
ImageMapAreasCollection()

ImageMapAreasCollection クラスの新しいインスタンスを初期化します。

ImageMapAreasCollection(Int32)

特定の容量を持つ ImageMapAreasCollection クラスの新しいインスタンスを初期化します。

ImageMapAreasCollection()

ImageMapAreasCollection クラスの新しいインスタンスを初期化します。

public:
 ImageMapAreasCollection();
public ImageMapAreasCollection();
Public Sub New ()

適用対象

ImageMapAreasCollection(Int32)

特定の容量を持つ ImageMapAreasCollection クラスの新しいインスタンスを初期化します。

public:
 ImageMapAreasCollection(int capacity);
public ImageMapAreasCollection(int capacity);
new Microsoft.ReportingServices.ReportRendering.ImageMapAreasCollection : int -> Microsoft.ReportingServices.ReportRendering.ImageMapAreasCollection
Public Sub New (capacity As Integer)

パラメーター

capacity
Int32

画像マップ領域コレクションの容量。

適用対象