TaskUIUtils.BuildPath(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.
public:
static System::String ^ BuildPath(System::String ^ prefix, System::String ^ postfix);
public static string BuildPath (string prefix, string postfix);
static member BuildPath : string * string -> string
Public Shared Function BuildPath (prefix As String, postfix As String) As String
Parameters
- prefix
- String
- postfix
- String