PropertyElementGetter Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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