PropertyElementGetter Delegate

Definition

Delegate to get the element on which the property being displayed for the given element is hosted.

public delegate Microsoft::VisualStudio::Modeling::ModelElement ^ PropertyElementGetter(ModelElement ^ element);
public delegate Microsoft.VisualStudio.Modeling.ModelElement PropertyElementGetter(ModelElement element);
type PropertyElementGetter = delegate of ModelElement -> ModelElement
Public Delegate Function PropertyElementGetter(element As ModelElement) As ModelElement 

Parameters

element
ModelElement

Return Value

Applies to