CompilationUnitManager.GetFileId(Uri) 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.
Converts a URI into the file ID used during compilation if the URI is an absolute file URI.
public static string GetFileId (Uri uri);
static member GetFileId : Uri -> string
Public Shared Function GetFileId (uri As Uri) As String
Parameters
- uri
- Uri
Returns
Exceptions
uri is not an absolute file URI.