次の方法で共有


XMLNode.PlaceholderText プロパティ

定義

文字列を含む要素に表示されるテキストを表す 文字列型 (String) の値を取得または設定します。

public:
 property System::String ^ PlaceholderText { System::String ^ get(); void set(System::String ^ value); };
public string PlaceholderText { get; set; }
member this.PlaceholderText : string with get, set
Public Property PlaceholderText As String

プロパティ値

注釈

Microsoft Word では、[ XML データ構造] 作業ウィンドウの [ 文書内に XML タグを表示する] チェック ボックスがオフの場合、プレースホルダー テキストが表示されます。 [ドキュメント チェック内の XML タグを表示する] ボックスは、 プロパティにShowXMLMarkup対応します。

適用対象