次の方法で共有


KeyMapCustomizations コンストラクター

定義

オーバーロード

KeyMapCustomizations()

KeyMapCustomizations クラスの新しいインスタンスを初期化します。

KeyMapCustomizations(OpenXmlElement[])

指定した子要素を使用して、KeyMapCustomizations クラスの新しいインスタンスを初期化します。

KeyMapCustomizations(IEnumerable<OpenXmlElement>)

指定した子要素を使用して、KeyMapCustomizations クラスの新しいインスタンスを初期化します。

KeyMapCustomizations(String)

外部 XML から KeyMapCustomizations クラスの新しいインスタンスを初期化します。

KeyMapCustomizations()

KeyMapCustomizations クラスの新しいインスタンスを初期化します。

public KeyMapCustomizations ();
Public Sub New ()

適用対象

KeyMapCustomizations(OpenXmlElement[])

指定した子要素を使用して、KeyMapCustomizations クラスの新しいインスタンスを初期化します。

public KeyMapCustomizations (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

KeyMapCustomizations(IEnumerable<OpenXmlElement>)

指定した子要素を使用して、KeyMapCustomizations クラスの新しいインスタンスを初期化します。

public KeyMapCustomizations (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

KeyMapCustomizations(String)

外部 XML から KeyMapCustomizations クラスの新しいインスタンスを初期化します。

public KeyMapCustomizations (string outerXml);
new DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations : string -> DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations
Public Sub New (outerXml As String)

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象