Small fixes in snippets
This commit is contained in:
Родитель
98eaf4a0e1
Коммит
ba92212e52
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче