Share via


VTStorage Constructors

Definition

Overloads

VTStorage()

Initializes a new instance of the VTStorage class.

VTStorage(String)

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

VTStorage()

Initializes a new instance of the VTStorage class.

public VTStorage ();
Public Sub New ()

Applies to

VTStorage(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to