次の方法で共有


BagFeatureProperty コンストラクター

定義

オーバーロード

BagFeatureProperty()

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

BagFeatureProperty(String)

指定したテキスト コンテンツを使用して、BagFeatureProperty クラスの新しいインスタンスを初期化します。

BagFeatureProperty()

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

public BagFeatureProperty ();
Public Sub New ()

適用対象

BagFeatureProperty(String)

指定したテキスト コンテンツを使用して、BagFeatureProperty クラスの新しいインスタンスを初期化します。

public BagFeatureProperty (string text);
new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.BagFeatureProperty : string -> DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.BagFeatureProperty
Public Sub New (text As String)

パラメーター

text
String

要素のテキスト コンテンツを指定します。

適用対象