mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-19 19:05:38 +08:00
...
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
<_ Text-str="Currency(self.currency)"/>
|
||||
<_ Text-str="Sentence('John Smith')"/>
|
||||
<_ Text-str="Strings.Sentence('John Smith')"/>
|
||||
<_ Text-bind="self.Strings.Sentence('John Smith') ?? ''"/>
|
||||
<_ Text-bind="self.Strings.Sentence('John Smith')"/>
|
||||
</att.Items>
|
||||
</TextList>
|
||||
</Cell>
|
||||
|
||||
@@ -701,7 +701,7 @@ Closures
|
||||
|
||||
void __vwsnc15_Demo_demo_MainWindowConstructor___vwsn_demo_MainWindow_Initialize__vl_reflection_description_IValueSubscription::__vwsn_bind_activator_()
|
||||
{
|
||||
auto __vwsn_bind_activator_result_ = [&](){ try{ return ::vl::__vwsn::This(::vl::__vwsn::This(__vwsn_bind_cache_0)->GetStrings().Obj())->Sentence(::vl::WString(L"John Smith", false)); } catch(...){ return ::vl::WString(L"", false); } }();
|
||||
auto __vwsn_bind_activator_result_ = ::vl::__vwsn::This(::vl::__vwsn::This(__vwsn_bind_cache_0)->GetStrings().Obj())->Sentence(::vl::WString(L"John Smith", false));
|
||||
::vl::__vwsn::EventInvoke(this->ValueChanged)(::vl::__vwsn::Box(__vwsn_bind_activator_result_));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user