TemplateFiles.GetTemplateFilePathForPlatform(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.
Gets the correct platform template file path.
public:
System::String ^ GetTemplateFilePathForPlatform(System::String ^ platform, System::String ^ configuration);
public string GetTemplateFilePathForPlatform (string platform, string configuration);
member this.GetTemplateFilePathForPlatform : string * string -> string
Public Function GetTemplateFilePathForPlatform (platform As String, configuration As String) As String
Parameters
- platform
- String
The platform of the requested template.
- configuration
- String
The configuration of the requested template.
Returns
The absolute file path for the platform template to use.