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