CodeGenerator.OutputMemberScopeModifier(MemberAttributes) Metoda

Definice

Vygeneruje kód pro modifikátor zadaného oboru člena.

protected:
 virtual void OutputMemberScopeModifier(System::CodeDom::MemberAttributes attributes);
protected virtual void OutputMemberScopeModifier(System.CodeDom.MemberAttributes attributes);
abstract member OutputMemberScopeModifier : System.CodeDom.MemberAttributes -> unit
override this.OutputMemberScopeModifier : System.CodeDom.MemberAttributes -> unit
Protected Overridable Sub OutputMemberScopeModifier (attributes As MemberAttributes)

Parametry

attributes
MemberAttributes

Jedna z hodnot výčtu, která označuje modifikátor oboru člena pro vygenerování kódu.

Platí pro

Viz také