InternationalMacroSheetPart.AddCustomPropertyPart メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddCustomPropertyPart(CustomPropertyPartType) |
InternationalMacroSheetPart に CustomPropertyPart を追加します |
AddCustomPropertyPart(String) |
InternationalMacroSheetPart に CustomPropertyPart を追加します |
AddCustomPropertyPart(CustomPropertyPartType, String) |
InternationalMacroSheetPart に CustomPropertyPart を追加します |
AddCustomPropertyPart(String, String) |
InternationalMacroSheetPart に CustomPropertyPart を追加します |
AddCustomPropertyPart(CustomPropertyPartType)
InternationalMacroSheetPart に CustomPropertyPart を追加します
public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart (DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType);
member this.AddCustomPropertyPart : DocumentFormat.OpenXml.Packaging.CustomPropertyPartType -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (partType As CustomPropertyPartType) As CustomPropertyPart
パラメーター
- partType
- CustomPropertyPartType
CustomPropertyPart のパーツの種類
戻り値
新しく追加されたパーツ。
適用対象
AddCustomPropertyPart(String)
InternationalMacroSheetPart に CustomPropertyPart を追加します
public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart (string contentType);
member this.AddCustomPropertyPart : string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (contentType As String) As CustomPropertyPart
パラメーター
- contentType
- String
CustomPropertyPart のコンテンツ タイプ
戻り値
新しく追加されたパーツ。
適用対象
AddCustomPropertyPart(CustomPropertyPartType, String)
InternationalMacroSheetPart に CustomPropertyPart を追加します
public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart (DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string id);
member this.AddCustomPropertyPart : DocumentFormat.OpenXml.Packaging.CustomPropertyPartType * string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (partType As CustomPropertyPartType, id As String) As CustomPropertyPart
パラメーター
- partType
- CustomPropertyPartType
CustomPropertyPart のパーツの種類
- id
- String
リレーションシップ ID
戻り値
新しく追加されたパーツ。
適用対象
AddCustomPropertyPart(String, String)
InternationalMacroSheetPart に CustomPropertyPart を追加します
public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart (string contentType, string id);
member this.AddCustomPropertyPart : string * string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (contentType As String, id As String) As CustomPropertyPart
パラメーター
- contentType
- String
CustomPropertyPart のコンテンツ タイプ
- id
- String
リレーションシップ ID
戻り値
新しく追加されたパーツ。