
'Deklaration
Public Class CollectionProjectParameters Inherits combit.Reporting.Dom.DomCollectionBase(Of ProjectParameter)
public class CollectionProjectParameters : combit.Reporting.Dom.DomCollectionBase<ProjectParameter>
public ref class CollectionProjectParameters : public combit.Reporting.Dom.DomCollectionBase<ProjectParameter>
// iterate through all project parameters foreach (ProjectParameter projPara in proj.ProjectParameters) { string projectParaName = projPara.Name; string projectParaContent = projPara.Contents; LlProjectParameterFlag projectParaType = projPara.ParameterType; // now do something with these values ... }
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
combit.Reporting.Dom.DomCollectionBase<T>
combit.Reporting.Dom.CollectionProjectParameters
Plattformen: Windows 8.1 bis Windows 10 (Version 20H2 - 21H2), Windows 11 (21H2), Windows Server 2012 - 2022