次の方法で共有


IntFeatureProperty コンストラクター

定義

オーバーロード

IntFeatureProperty()

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

IntFeatureProperty(String)

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

IntFeatureProperty()

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

public IntFeatureProperty ();
Public Sub New ()

適用対象

IntFeatureProperty(String)

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

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

パラメーター

text
String

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

適用対象