Share via


VTOStorage Constructors

Definition

Overloads

VTOStorage()

Initializes a new instance of the VTOStorage class.

VTOStorage(String)

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

VTOStorage()

Initializes a new instance of the VTOStorage class.

public VTOStorage ();
Public Sub New ()

Applies to

VTOStorage(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to