IProjectServiceProjectFileExtensions Property |
Gets all possible file extensions for acceptable project files.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IEnumerable<string> ProjectFileExtensions { get; }
Property Value
IEnumerableString
All possible file extensions for acceptable project files.
See Also