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

其中一個列舉值,用來指定屬性。

適用於

另請參閱