TypeDescriptionProviderForwarder Delegate
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 forward one ModelElement to another
C++
public delegate Microsoft::VisualStudio::Modeling::ModelElement ^ TypeDescriptionProviderForwarder(ModelElement ^ source);
public delegate Microsoft.VisualStudio.Modeling.ModelElement TypeDescriptionProviderForwarder(ModelElement source);
type TypeDescriptionProviderForwarder = delegate of ModelElement -> ModelElement
Public Delegate Function TypeDescriptionProviderForwarder(source As ModelElement) As ModelElement
- source
- ModelElement
Produkt | Verzie |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |