Sub TemporaryMacro()
DTE.ActiveDocument.Selection.Text = "/*##########################################################################################"
DTE.ActiveDocument.Selection.NewLine()
DTE.ActiveDocument.Selection.Text = "* "
DTE.ActiveDocument.Selection.NewLine()
DTE.ActiveDocument.Selection.Text = "* "
DTE.ActiveDocument.Selection.NewLine()
DTE.ActiveDocument.Selection.Text = "##########################################################################################*/"
DTE.ActiveDocument.Selection.LineUp(False, 1)
DTE.ActiveDocument.Selection.Text = System.DateTime.Now.ToString()
DTE.ActiveDocument.Selection.LineUp(False, 1)
End Sub
DTE.ActiveDocument.Selection.Text = "/*##########################################################################################"
DTE.ActiveDocument.Selection.NewLine()
DTE.ActiveDocument.Selection.Text = "* "
DTE.ActiveDocument.Selection.NewLine()
DTE.ActiveDocument.Selection.Text = "* "
DTE.ActiveDocument.Selection.NewLine()
DTE.ActiveDocument.Selection.Text = "##########################################################################################*/"
DTE.ActiveDocument.Selection.LineUp(False, 1)
DTE.ActiveDocument.Selection.Text = System.DateTime.Now.ToString()
DTE.ActiveDocument.Selection.LineUp(False, 1)
End Sub
3万+

被折叠的 条评论
为什么被折叠?



