VSOBJCLIPFORMAT Structure

Holds clipboard format attributes for an object.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public Structure VSOBJCLIPFORMAT
'Usage
Dim instance As VSOBJCLIPFORMAT
public struct VSOBJCLIPFORMAT
public value class VSOBJCLIPFORMAT
JScript supports the use of structures, but not the declaration of new ones.

Remarks

Use this structure to relay clipboard format information to the environment. The cfFormat parameter can be one of the predefined clipboard formats or the value returned when you register a custom format. For information on registering clipboard formats, see RegisterClipboardFormat in the MSDN Library Platform SDK documentation set. Specify the storage medium you use for the indicated format in tymed. If you are supporting a composite format, set dwOptions to CFO_COMPOSITEFMT, or CFO_NONE if you are not.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

VSOBJCLIPFORMAT Members

Microsoft.VisualStudio.Shell.Interop Namespace