Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Public Delegate Function DescriptionHandler As String
'使用
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