快捷输入代码段mysnippet1

时间:2022-05-19 02:15:52
【文件属性】:

文件名称:快捷输入代码段mysnippet1

文件大小:1KB

文件格式:SNIPPET

更新时间:2022-05-19 02:15:52

myproc

<?xml version="1.0" encoding="utf-8"?> <Header> <Title>mypc</Title> mypc 自动实现的 ICommand 命令的代码片段 RelayCommand Microsoft Corporation Expansion </Header> type 属性类型 int property 属性名 MyProperty <![CDATA[private ICommand _$property$; public ICommand $property$ { get { if (this._$property$ == null) { this._$property$ = new RelayCommand($property$Action); } return this._$property$; } }$end$]]>


网友评论