CodeGenerator.GenerateComment(CodeComment) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生指定註解的程式碼。
protected:
abstract void GenerateComment(System::CodeDom::CodeComment ^ e);
protected abstract void GenerateComment(System.CodeDom.CodeComment e);
abstract member GenerateComment : System.CodeDom.CodeComment -> unit
Protected MustOverride Sub GenerateComment (e As CodeComment)
參數
CodeComment A 來產生程式碼。