XmlFileResolver.ResolveReference(String, String) Method

Definition

Resolves XML document file path.

public:
 override System::String ^ ResolveReference(System::String ^ path, System::String ^ baseFilePath);
public override string ResolveReference (string path, string baseFilePath);
public override string? ResolveReference (string path, string? baseFilePath);
override this.ResolveReference : string * string -> string
Public Overrides Function ResolveReference (path As String, baseFilePath As String) As String

Parameters

path
String

Value of the "file" attribute of an <include> documentation comment element.

baseFilePath
String

Path of the source file (FilePath) or XML document that contains the path. If not null used as a base path of path, if path is relative. If baseFilePath is relative BaseDirectory is used as the base path of baseFilePath.

Returns

Normalized XML document file path or null if not found.

Applies to