Freigeben über


ElementOperations.AddCustomFormat-Methode

Fügt eine oder mehrere benutzerdefinierte Datenformate dem angegebenen IDataObject mithilfe der angegebenen Auflistung von ModelElements hinzu.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Protected Overridable Sub AddCustomFormat ( _
    data As IDataObject, _
    elements As ICollection(Of ModelElement), _
    closureType As ClosureType, _
    sourcePosition As PointF _
)
protected virtual void AddCustomFormat(
    IDataObject data,
    ICollection<ModelElement> elements,
    ClosureType closureType,
    PointF sourcePosition
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ElementOperations Klasse

Microsoft.VisualStudio.Modeling-Namespace