[This is preliminary documentation and is subject to change.]
Delegate used to provide a custom handler for input prompts from the p4api.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2011.1.34.7706 (2011.1.34.7706.BETA)
Syntax
| C# |
|---|
public delegate string PromptHandlerDelegate( string msg, bool displayText ) |
| Visual Basic |
|---|
Public Delegate Function PromptHandlerDelegate ( _ msg As String, _ displayText As Boolean _ ) As String |
| Visual C++ |
|---|
public delegate String^ PromptHandlerDelegate( String^ msg, bool displayText ) |