摘要: var editwin = editor1.GetWindow();Getting the active editor documentIn order to find the active editor document, you'd write: // get the active editor documentvar editdoc = editor1.GetDocument();Getting the active editor selectionIn order to find the active editor selection, you'd write: // 阅读全文
posted @ 2009-10-12 11:23 Tony.wang 阅读(409) 评论(0) 推荐(0) 编辑