ReplacementTextDelegate Delegate

Delegate type giving a function that returns the replacement text for a token.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public delegate string ReplacementTextDelegate()
'Declaration
Public Delegate Function ReplacementTextDelegate As String
public delegate String^ ReplacementTextDelegate()

Return Value

Type: String
The replacement text.

See Also

Microsoft.Practices.EnterpriseLibrary.Common Namespace