DescriptionHandler Delegate
Invoked to determine the description of a transaction.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Public Delegate Function DescriptionHandler As String
public delegate string DescriptionHandler()
public delegate String^ DescriptionHandler()
type DescriptionHandler =
delegate of unit -> string
JScript does not support delegates.
Return Value
Type: System.String