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
xamlFilePath
stringPath of the XAML file.
userCodeFilePath
stringPath of the user code file.
existingUserCodeFile
stringReceives the actual file name of the user code if there is ambiguity.
Returns
- bool
True if ambiguity present; otherwise, false.