XmlFileResolver.ResolveReference(String, String) Method
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.
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.