Share via


VTBlob Constructors

Definition

Overloads

VTBlob()

Initializes a new instance of the VTBlob class.

VTBlob(String)

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

VTBlob()

Initializes a new instance of the VTBlob class.

public VTBlob ();
Public Sub New ()

Applies to

VTBlob(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to