ClipboardData Class

Definition

Represents the data passed around with the clipboard.

public ref class ClipboardData
[System.Serializable]
public class ClipboardData
[<System.Serializable>]
type ClipboardData = class
Public Class ClipboardData
Inheritance
ClipboardData
Attributes

Remarks

The ClipboardData contains three types of data:

  • The data itself, accessed through the Data property.

  • The metadata, accessed through the Metadata property.

  • The version information, accessed through the Version property.

Constructors

ClipboardData()

Creates an instance of the ClipboardData class.

Properties

Data

Gets or sets the data passed around on the clipboard.

Metadata

Gets or sets the metadata passed around on the clipboard.

Version

Gets or sets the version information passed around on the clipboard.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to