ImageMapAreaInstanceCollection クラス

ImageMapAreaInstance オブジェクトのコレクションを表します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class ImageMapAreaInstanceCollection _
    Inherits ReportElementCollectionBase(Of ImageMapAreaInstance)
'使用
Dim instance As ImageMapAreaInstanceCollection
public sealed class ImageMapAreaInstanceCollection : ReportElementCollectionBase<ImageMapAreaInstance>
public ref class ImageMapAreaInstanceCollection sealed : public ReportElementCollectionBase<ImageMapAreaInstance^>
[<SealedAttribute>]
type ImageMapAreaInstanceCollection =  
    class
        inherit ReportElementCollectionBase<ImageMapAreaInstance>
    end
public final class ImageMapAreaInstanceCollection extends ReportElementCollectionBase<ImageMapAreaInstance>

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'ImageMapAreaInstance> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ImageMapAreaInstanceCollection

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。