'宣言 Public Function FindByAnchorName( _ ByVal anchorName As System.String, _ ByRef anchor As C1Anchor _ ) As RenderObject
'使用法 Dim instance As RenderObjectCollection Dim anchorName As System.String Dim anchor As C1Anchor Dim value As RenderObject value = instance.FindByAnchorName(anchorName, anchor)
public RenderObject FindByAnchorName( System.string anchorName, out C1Anchor anchor )
パラメータ
- anchorName
- The name of the anchor to search for.
- anchor
- OUT: contains the C1Anchor object with the specified name.
戻り値の型
Returns the found render object or null if not found.The object containing the specified anchor, or null if no object was found.