Click or drag to resize

ProjectServiceBaseProjectFileExtensions Property

Gets all possible file extensions for acceptable project files.

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

Property Value

IEnumerableString
All possible file extensions for acceptable project files.

Implements

IProjectServiceProjectFileExtensions
See Also