CodeGenerator.OutputMemberScopeModifier(MemberAttributes) 方法

定义

为指定的成员范围修饰符生成代码。

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)

参数

attributes
MemberAttributes

枚举值之一,指示要为其生成代码的成员范围修饰符。

适用于

另请参阅