CodeGenerator.OutputFieldScopeModifier(MemberAttributes) 方法

定义

输出对应于指定特性的字段范围修饰符。

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

参数

attributes
MemberAttributes

指定特性的枚举值之一。

适用于

另请参阅