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

其中一個列舉值,指示要產生程式碼的成員範圍修飾符。

適用於

另請參閱