次の方法で共有


OpenXmlSimpleType コンストラクター

定義

オーバーロード

OpenXmlSimpleType()

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

OpenXmlSimpleType(OpenXmlSimpleType)

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

OpenXmlSimpleType()

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

protected OpenXmlSimpleType ();
Protected Sub New ()

適用対象

OpenXmlSimpleType(OpenXmlSimpleType)

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

protected OpenXmlSimpleType (DocumentFormat.OpenXml.OpenXmlSimpleType source);
new DocumentFormat.OpenXml.OpenXmlSimpleType : DocumentFormat.OpenXml.OpenXmlSimpleType -> DocumentFormat.OpenXml.OpenXmlSimpleType
Protected Sub New (source As OpenXmlSimpleType)

パラメーター

source
OpenXmlSimpleType

ソース OpenXmlSimpleType。

適用対象