DefaultDisplayMode.TransformPath(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.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Transforms the path of the display mode.
protected virtual string TransformPath (string virtualPath, string suffix);
abstract member TransformPath : string * string -> string
override this.TransformPath : string * string -> string
Protected Overridable Function TransformPath (virtualPath As String, suffix As String) As String
Parameters
- virtualPath
- String
The virtual path.
- suffix
- String
The suffix.
Returns
The path of the display mode to transform.