CodeGenerator.OutputMemberScopeModifier(MemberAttributes) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生指定的成員範圍修飾符程式碼。
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
其中一個列舉值,指示要產生程式碼的成員範圍修飾符。