ResolveResourceKeyDelegate Delegate |
ResolveResourceKeyDelegate is used to customize the resource key names used in GetXaml method when UseResources property is set to true and ReadGeometry method was used.
Namespace: Ab2d.Common.ReaderWmfAssembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax public delegate string ResolveResourceKeyDelegate(
Object resource,
string recommendedKey
)
Parameters
- resource
- Type: SystemObject
resource - recommendedKey
- Type: SystemString
recommendedKey
Return Value
Type:
Stringkey name that will be used
See Also