Share via


DefaultDisplayMode.TransformPath(String, String) Method

Definition

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.

Applies to