TextFrame.ValidLinkTarget(TextFrame) メソッド

定義

Determines whether the text frame of one shape can be linked to the text frame of another shape.

public:
 bool ValidLinkTarget(Microsoft::Office::Interop::Word::TextFrame ^ TargetTextFrame);
public bool ValidLinkTarget (Microsoft.Office.Interop.Word.TextFrame TargetTextFrame);
abstract member ValidLinkTarget : Microsoft.Office.Interop.Word.TextFrame -> bool
Public Function ValidLinkTarget (TargetTextFrame As TextFrame) As Boolean

パラメーター

TargetTextFrame
TextFrame

必須 TextFrame オブジェクト。 指定したテキスト フレームをリンクするターゲット テキスト フレーム。

戻り値

注釈

TextFrame プロパティは、有効なターゲットの場合TargetTextFrameTrue を返します。 既にテキストが含まれている場合、または既にリンクされている場合TargetTextFrame、または図形が添付テキストをサポートしていない場合は False を返します。

適用対象