Поделиться через


CodeGenerator.OutputParameters Метод

Определение

Создает код для указанных параметров.

protected:
 virtual void OutputParameters(System::CodeDom::CodeParameterDeclarationExpressionCollection ^ parameters);
protected virtual void OutputParameters (System.CodeDom.CodeParameterDeclarationExpressionCollection parameters);
abstract member OutputParameters : System.CodeDom.CodeParameterDeclarationExpressionCollection -> unit
override this.OutputParameters : System.CodeDom.CodeParameterDeclarationExpressionCollection -> unit
Protected Overridable Sub OutputParameters (parameters As CodeParameterDeclarationExpressionCollection)

Параметры

parameters
CodeParameterDeclarationExpressionCollection

Выражения объявления параметра, для которых необходимо создать код.

Применяется к

См. также раздел