次の方法で共有


VTBool コンストラクター

定義

オーバーロード

VTBool()

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

VTBool(String)

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

VTBool()

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

public VTBool ();
Public Sub New ()

適用対象

VTBool(String)

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

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

パラメーター

text
String

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

適用対象