This commit is contained in:
Lbugnion 2017-10-08 16:49:53 +02:00
Родитель 98eaf4a0e1
Коммит ba92212e52
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@
</SnippetTypes>
<Title>Xamarin Forms Bindable Property</Title>
<Author>Laurent Bugnion</Author>
<Description>Create a Bindable Property for Xamarin Forms. (V5.2.6.0)</Description>
<Description>Creates a Bindable Property for Xamarin Forms. (V5.2.6.0)</Description>
<HelpUrl>
</HelpUrl>
<Shortcut>mvvmformsbprop</Shortcut>

Просмотреть файл

@ -37,6 +37,9 @@
</Declarations>
<Code Language="csharp"><![CDATA[private $ElementType$ $FieldName$;
/// <summary>
/// Gets the $PropertyName$ UI element.
/// </summary>
public $ElementType$ $PropertyName$
{
get