CodeGenerator.OutputFieldScopeModifier(MemberAttributes) 方法

定義

輸出對應於指定屬性的欄位範圍修飾詞 (Modifier)。

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

一個指定屬性的列舉值。

適用於

另請參閱