Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftEdge/WebView2Samples
/ GetItem
Method
GetItem
SampleApps/WebView2APISample/Toolbar.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
HWND Toolbar::GetItem(Item item) const
77
{
78
return m_items[item];
79
}
80
81
const std::vector<HWND>& Toolbar::GetItems() const
82
{
Callers
1
GetAddressBar
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected