TrueFalseValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TrueFalseValue() |
Initializes a new instance of TrueFalseValue class. |
TrueFalseValue(TrueFalseValue) |
Initializes a new instance of the TrueFalseValue class using the supplied TrueFalseValue class. |
TrueFalseValue(Boolean) |
Initializes a new instance of TrueFalseValue class using the supplied Boolean value. |
TrueFalseValue()
Initializes a new instance of TrueFalseValue class.
public TrueFalseValue ();
Public Sub New ()
Applies to
TrueFalseValue(TrueFalseValue)
Initializes a new instance of the TrueFalseValue class using the supplied TrueFalseValue class.
public TrueFalseValue (DocumentFormat.OpenXml.TrueFalseValue source);
new DocumentFormat.OpenXml.TrueFalseValue : DocumentFormat.OpenXml.TrueFalseValue -> DocumentFormat.OpenXml.TrueFalseValue
Public Sub New (source As TrueFalseValue)
Parameters
- source
- TrueFalseValue
The source TrueFalseValue class.
Applies to
TrueFalseValue(Boolean)
Initializes a new instance of TrueFalseValue class using the supplied Boolean value.
public TrueFalseValue (bool value);
new DocumentFormat.OpenXml.TrueFalseValue : bool -> DocumentFormat.OpenXml.TrueFalseValue
Public Sub New (value As Boolean)