Share via


VTStreamData Constructors

Definition

Overloads

VTStreamData()

Initializes a new instance of the VTStreamData class.

VTStreamData(String)

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

VTStreamData()

Initializes a new instance of the VTStreamData class.

public VTStreamData ();
Public Sub New ()

Applies to

VTStreamData(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to