Click or drag to resize

IProjectServiceProjectFileExtensions Property

Gets all possible file extensions for acceptable project files.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IEnumerable<string> ProjectFileExtensions { get; }

Property Value

IEnumerableString
All possible file extensions for acceptable project files.
See Also