_Application.CommandBars プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 コレクションにアクセスする前に、 プロパティを使用してテンプレートまたはドキュメント コンテキストを設定します。