Initializes a new instance of the
C1LinkTargetExternalAnchor class.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.String _
)
'使用法
Dim documentFileName As System.String
Dim anchorName As System.String
Dim instance As New C1LinkTargetExternalAnchor(documentFileName, anchorName)
public C1LinkTargetExternalAnchor(
System.string ,
System.string
)
パラメータ
- documentFileName
- The name of the file (C1D or C1DX) containing the target document.
- anchorName
- The name (C1Anchor.Name) of the target C1Anchor.
参照