次の方法で共有


PublishDate コンストラクター

定義

オーバーロード

PublishDate()

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

PublishDate(String)

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

PublishDate()

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

public PublishDate ();
Public Sub New ()

適用対象

PublishDate(String)

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

public PublishDate (string text);
new DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate : string -> DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate
Public Sub New (text As String)

パラメーター

text
String

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

適用対象