Table of Contents

Method TryDetectFormSourceFiles

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

TryDetectFormSourceFiles(string, Language, out string)

Detects all form source files, related to the specific code file.

public static void TryDetectFormSourceFiles(string xamlFileName, Language userCodeLanguage, out string userCodeFileName)

Parameters

xamlFileName string

Name of the XAML file.

userCodeLanguage Language

The .NET language used to write user code.

userCodeFileName string

Receives the name of the user code file.