次の方法で共有


Protection コンストラクター

定義

オーバーロード

Protection()

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

Protection(OpenXmlElement[])

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

Protection(IEnumerable<OpenXmlElement>)

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

Protection(String)

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

Protection()

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

public Protection ();
Public Sub New ()

適用対象

Protection(OpenXmlElement[])

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

public Protection (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Charts.Protection : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.Protection
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Protection(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Protection(String)

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

public Protection (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.Protection : string -> DocumentFormat.OpenXml.Drawing.Charts.Protection
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象