IPrintTypeParameterProviderGetPrintTypeParams Method |
[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.Configuration.IPrintTypeParameterProvider.GetPrintTypeParams(WorkZone.Dispatcher.Base.Configuration.PrintType)"]
Namespace: WorkZone.Dispatcher.Base.ConfigurationAssembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
SyntaxIEnumerable<PrintTypeParameter> GetPrintTypeParams(
PrintType printType
)
Function GetPrintTypeParams (
printType As PrintType
) As IEnumerable(Of PrintTypeParameter)
IEnumerable<PrintTypeParameter^>^ GetPrintTypeParams(
PrintType printType
)
abstract GetPrintTypeParams :
printType : PrintType -> IEnumerable<PrintTypeParameter>
Parameters
- printType PrintType
[Missing <param name="printType"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.IPrintTypeParameterProvider.GetPrintTypeParams(WorkZone.Dispatcher.Base.Configuration.PrintType)"]
Return Value
IEnumerablePrintTypeParameter[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.Configuration.IPrintTypeParameterProvider.GetPrintTypeParams(WorkZone.Dispatcher.Base.Configuration.PrintType)"]
See Also