PrintDocument for WinForms
FindById メソッド (RenderObjectCollection)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderObjectCollection クラス : FindById メソッド
検索する ID。
現在のコレクション内で RenderObject.Idプロパティの指定した値を持つ RenderObjectを検索します。
シンタックス
'宣言
 
Public Function FindById( _
   ByVal id As System.Integer _
) As RenderObject
'使用法
 
Dim instance As RenderObjectCollection
Dim id As System.Integer
Dim value As RenderObject
 
value = instance.FindById(id)
public RenderObject FindById( 
   System.int id
)

パラメータ

id
検索する ID。

戻り値の型

指定した ID を持つ描画オブジェクト。このオブジェクトが見つからなかった場合は null。
参照

RenderObjectCollection クラス
RenderObjectCollection メンバ