Workbook.ContentTypeProperties プロパティ

定義

ブックに保存されているメタデータを記述するプロパティのコレクションを取得します。

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

プロパティ値

ブックに格納されているメタデータを記述するプロパティを含む Microsoft.Office.Core.MetaProperties コレクション。

適用対象