Broadcaster 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
Broadcaster() |
Initializes a new instance of the Broadcaster class. |
Broadcaster(String) |
Initializes a new instance of the Broadcaster class with the specified text content. |
Broadcaster()
Initializes a new instance of the Broadcaster class.
public Broadcaster ();
Public Sub New ()
Applies to
Broadcaster(String)
Initializes a new instance of the Broadcaster class with the specified text content.
public Broadcaster (string text);
new DocumentFormat.OpenXml.Bibliography.Broadcaster : string -> DocumentFormat.OpenXml.Bibliography.Broadcaster
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.