Udostępnij za pośrednictwem


CodeGenerator.OutputParameters Metoda

Definicja

Generuje kod dla określonych parametrów.

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)

Parametry

parameters
CodeParameterDeclarationExpressionCollection

Wyrażenia deklaracji parametrów do wygenerowania kodu dla.

Dotyczy

Zobacz też