Share via


DescriptionHandler Delegate

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public Delegate Function DescriptionHandler As String
'Usage
Dim instance As New DescriptionHandler(AddressOf HandlerMethod)
public delegate string DescriptionHandler()
public delegate String^ DescriptionHandler()
JScript does not support delegates.

Return Value

Type: System.String

See Also

Reference

Microsoft.VisualStudio.Modeling.Shell Namespace