PrintDocument for WinForms
FindById メソッド (RenderObjectCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderObjectCollection クラス : FindById メソッド
The Id to search for.
Searches the current collection for a RenderObject with the specified value of the RenderObject.Id property.
シンタックス
'宣言
 
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
The Id to search for.

戻り値の型

The render object with the specified Id, or null of no such object was found.
参照

RenderObjectCollection クラス
RenderObjectCollection メンバ