共用方式為


VTClipboardData Constructors

Definition

Overloads

VTClipboardData()

Initializes a new instance of the VTClipboardData class.

VTClipboardData(String)

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

VTClipboardData()

Initializes a new instance of the VTClipboardData class.

public VTClipboardData ();
Public Sub New ()

Applies to

VTClipboardData(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to