次の方法で共有


RelFeatureProperty コンストラクター

定義

オーバーロード

RelFeatureProperty()

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

RelFeatureProperty(String)

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

RelFeatureProperty()

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

public RelFeatureProperty ();
Public Sub New ()

適用対象

RelFeatureProperty(String)

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

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

パラメーター

text
String

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

適用対象