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

コードを生成するメンバー スコープ修飾子を示す列挙値の 1 つ。

適用対象

こちらもご覧ください