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

Method Content2

FastCopy/SegmentedButton.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 return GetValue(m_content1);
36 }
37 winrt::Windows::Foundation::IInspectable SegmentedButton::Content2()
38 {
39 return GetValue(m_content2);
40 }
41 void SegmentedButton::Content2(winrt::Windows::Foundation::IInspectable content2)
42 {
43 SetValue(m_content2, content2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected