Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions vsix/ItemTemplates/BlankPage/BlankPage.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace winrt::$rootnamespace$::implementation
$safeitemname$()
{
// Xaml objects should not call InitializeComponent during construction.
// If a Xaml object needs to access a Xaml property during initialization, it should override InitializeComponent.
// See https://github.com/microsoft/cppwinrt/tree/master/nuget#initializecomponent
}

Expand Down
1 change: 1 addition & 0 deletions vsix/ItemTemplates/BlankUserControl/BlankUserControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace winrt::$rootnamespace$::implementation
$safeitemname$()
{
// Xaml objects should not call InitializeComponent during construction.
// If a Xaml object needs to access a Xaml property during initialization, it should override InitializeComponent.
// See https://github.com/microsoft/cppwinrt/tree/master/nuget#initializecomponent
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace winrt::$safeprojectname$::implementation
MainPage()
{
// Xaml objects should not call InitializeComponent during construction.
// If a Xaml object needs to access a Xaml property during initialization, it should override InitializeComponent.
// See https://github.com/microsoft/cppwinrt/tree/master/nuget#initializecomponent
}

Expand Down