PrintDocument for WinForms
Item(String) プロパティ


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > AggregateCollection クラス > Item プロパティ : Item(String) プロパティ
The name of the aggregate.
Gets the aggregate with the specified name.
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As Aggregate
'使用法
 
Dim instance As AggregateCollection
Dim name As System.String
Dim value As Aggregate
 
value = instance.Item(name)
public Aggregate Item( 
   System.string name
) {get;}

パラメータ

name
The name of the aggregate.

プロパティ値

The Aggregate object with the specified C1.C1Preview.NamedCollectionItem.Name, or an empty aggregate if an aggregate with the specified name was not found.
参照

AggregateCollection クラス
AggregateCollection メンバ
オーバーロード一覧