GetModelElementDisplayNameEventHandler Delegate
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
Public Delegate Function GetModelElementDisplayNameEventHandler ( _
modelElement As ModelElement _
) As String
'Usage
Dim instance As New GetModelElementDisplayNameEventHandler(AddressOf HandlerMethod)
public delegate string GetModelElementDisplayNameEventHandler(
ModelElement modelElement
)
public delegate String^ GetModelElementDisplayNameEventHandler(
ModelElement^ modelElement
)
JScript does not support delegates.
Parameters
- modelElement
Type: Microsoft.VisualStudio.Modeling.ModelElement
Return Value
Type: System.String