Encapsulates a function that allows clients to intervene in the process of creating a relationship.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Delegate Function SourceRolePlayerMapFunction ( _
input As ModelElement _
) As ModelElement
'使用
Dim instance As New SourceRolePlayerMapFunction(AddressOf HandlerMethod)
public delegate ModelElement SourceRolePlayerMapFunction(
ModelElement input
)
public delegate ModelElement^ SourceRolePlayerMapFunction(
ModelElement^ input
)
JScript does not support delegates.
Parameters
- input
Type: Microsoft.VisualStudio.Modeling.ModelElement
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement