Share via


VTVStreamData Constructors

Definition

Overloads

VTVStreamData()

Initializes a new instance of the VTVStreamData class.

VTVStreamData(String)

Initializes a new instance of the VTVStreamData class with the specified text content.

VTVStreamData()

Initializes a new instance of the VTVStreamData class.

public VTVStreamData ();
Public Sub New ()

Applies to

VTVStreamData(String)

Initializes a new instance of the VTVStreamData class with the specified text content.

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

Parameters

text
String

Specifies the text content of the element.

Applies to