Diagram::AddImageFormat Method (IDataObject^, ICollection^)

 

Adds the format of the diagram image to IDataObject, which is responsible for transferring data.

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

public:
virtual void AddImageFormat(
	IDataObject^ data,
	ICollection^ selectedElements
)

Parameters

data
Type: System.Windows.Forms::IDataObject^

The IDataObject in which to add the image data format.

selectedElements
Type: System.Collections::ICollection^

The collection of model elements to include in the diagram image.

Return to top
Show: