PrintDocument for WinForms
FindByObjectName メソッド (RenderFragmentCollection)


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

パラメータ

renderObjectName
The name to search for.

戻り値の型

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

RenderFragmentCollection クラス
RenderFragmentCollection メンバ