Method CheckUserCodeLanguageNonAmbiguous
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
CheckUserCodeLanguageNonAmbiguous(string, string, out string)
Determines whether there is an ambiguity between the given and existing files.
public static bool CheckUserCodeLanguageNonAmbiguous(string xamlFilePath, string userCodeFilePath, out string existingUserCodeFile)
Parameters
xamlFilePathstringPath of the XAML file.
userCodeFilePathstringPath of the user code file.
existingUserCodeFilestringReceives the actual file name of the user code if there is ambiguity.
Returns
- bool
True if ambiguity present; otherwise, false.