TypeDescriptionProviderForwarder Delegate
Visual Studio 2015
Represents the method that returns the model element that is represented by another model element.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
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
Show: