RelationshipErrorHandler.Rewriter Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate to be used for simple rewriting of malformed Uris.
public delegate string RelationshipErrorHandler.Rewriter(Uri partUri, string id, string uri);
public delegate string RelationshipErrorHandler.Rewriter(Uri partUri, string? id, string? uri);
type RelationshipErrorHandler.Rewriter = delegate of Uri * string * string -> string
Public Delegate Function RelationshipErrorHandler.Rewriter(partUri As Uri, id As String, uri As String) As String
Parameters
- partUri
- Uri
Uri of the part with the invalid relationship.
- id
- String
Id of relationship
Return Value
Rewritten string if available, otherwise null
.