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

一個列舉值,表示要為其產生程式碼的成員範圍修飾詞。

適用於

另請參閱