PrintDocument for WinForms
FindByObjectId メソッド (RenderFragmentCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderFragmentCollection クラス : FindByObjectId メソッド
The RenderObject.Id to search for.
Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified RenderObject.Id.
シンタックス
'宣言
 
Public Function FindByObjectId( _
   ByVal renderObjectId As System.Integer _
) As RenderFragment
'使用法
 
Dim instance As RenderFragmentCollection
Dim renderObjectId As System.Integer
Dim value As RenderFragment
 
value = instance.FindByObjectId(renderObjectId)
public RenderFragment FindByObjectId( 
   System.int renderObjectId
)

パラメータ

renderObjectId
The RenderObject.Id to search for.

戻り値の型

The fragment that was produced by the object with the specified id, or null if it was not found.
参照

RenderFragmentCollection クラス
RenderFragmentCollection メンバ