次の方法で共有


AttributeName コンストラクター

定義

オーバーロード

AttributeName()

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

AttributeName(String)

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

AttributeName()

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

public AttributeName ();
Public Sub New ()

適用対象

AttributeName(String)

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

public AttributeName (string text);
new DocumentFormat.OpenXml.Presentation.AttributeName : string -> DocumentFormat.OpenXml.Presentation.AttributeName
Public Sub New (text As String)

パラメーター

text
String

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

適用対象