MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / Title

Method Title

FastCopy/SettingContainer.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 winrt::hstring implementation::SettingContainer::Title()
104 {
105 return winrt::unbox_value<winrt::hstring>(GetValue(m_titleProperty));
106 }
107 void implementation::SettingContainer::Title(winrt::hstring title)
108 {
109 SetValue(m_titleProperty, winrt::box_value(title));

Callers 1

MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected