_Document.CommandBars プロパティ

定義

CommandBarsメニュー バーと Microsoft Wordのすべてのツール バーを表すコレクションを返します。

public:
 property Microsoft::Office::Core::CommandBars ^ CommandBars { Microsoft::Office::Core::CommandBars ^ get(); };
public Microsoft.Office.Core.CommandBars CommandBars { get; }
member this.CommandBars : Microsoft.Office.Core.CommandBars
Public ReadOnly Property CommandBars As CommandBars

プロパティ値

注釈

CustomizationContextCommandBars コレクションにアクセスする前に、 プロパティを使用してテンプレートまたはドキュメント コンテキストを設定します。

適用対象