BooleanValue 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
BooleanValue() |
Initializes a new instance of the BooleanValue class. |
BooleanValue(BooleanValue) |
Initializes a new instance of the BooleanValue class by deep copying the supplied BooleanValue class. |
BooleanValue(Boolean) |
Initializes a new instance of the BooleanValue class using the supplied Boolean value. |
BooleanValue()
Initializes a new instance of the BooleanValue class.
public BooleanValue ();
Public Sub New ()
Applies to
BooleanValue(BooleanValue)
Initializes a new instance of the BooleanValue class by deep copying the supplied BooleanValue class.
public BooleanValue (DocumentFormat.OpenXml.BooleanValue source);
new DocumentFormat.OpenXml.BooleanValue : DocumentFormat.OpenXml.BooleanValue -> DocumentFormat.OpenXml.BooleanValue
Public Sub New (source As BooleanValue)
Parameters
- source
- BooleanValue
The source BooleanValue class.
Applies to
BooleanValue(Boolean)
Initializes a new instance of the BooleanValue class using the supplied Boolean value.
public BooleanValue (bool value);
new DocumentFormat.OpenXml.BooleanValue : bool -> DocumentFormat.OpenXml.BooleanValue
Public Sub New (value As Boolean)