次の方法で共有


BoolFeatureProperty コンストラクター

定義

オーバーロード

BoolFeatureProperty()

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

BoolFeatureProperty(String)

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

BoolFeatureProperty()

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

public BoolFeatureProperty ();
Public Sub New ()

適用対象

BoolFeatureProperty(String)

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

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

パラメーター

text
String

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

適用対象