TypeDescriptionProviderForwarder Delegate

 

Represents the method that returns the model element that is represented by another model element.

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

public delegate ModelElement^ TypeDescriptionProviderForwarder(
	ModelElement^ source
)

Parameters

source
Type: Microsoft.VisualStudio.Modeling::ModelElement^

The model element that represents another model element.

Return Value

Type: Microsoft.VisualStudio.Modeling::ModelElement^

The model element that is represented.

The ForwardingTypeDescriptionProvider class calls this delegate when the class creates the type descriptor for an indexing model element, such as a port or a compartment. This delegate supports the forward element merge directive. For more information, see .297f5720-de95-4803-887b-70d5e54c6024

Return to top
Show: