| Priority |
Critical |
| Type | Bug |
| State | Won't fix |
| Assignee | Oleg Stepanov |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
3.1
|
| Fixed in build |
Next build |
RSRP-51820 |
LiveTemplates::VB::TypeCompletionMacro Doesn't Work |
|
|
Public Property $NAME$() As $TYPE$
Get
Return CType(GetValue($NAME$Property), $TYPE$)
End Get
Set(ByVal value As $TYPE$)
SetValue($NAME$Property, value)
End Set
End Property
Private Shared $NAME$Property As DependencyProperty = DependencyProperty.Register("$NAME$", GetType($TYPE$), GetType($OWNCLASS$))