次の方法で共有


XsnFileLocation コンストラクター

定義

オーバーロード

XsnFileLocation()

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

XsnFileLocation(String)

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

XsnFileLocation()

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

public XsnFileLocation ();
Public Sub New ()

適用対象

XsnFileLocation(String)

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

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

パラメーター

text
String

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

適用対象