Skip to content

Commit 7d41856

Browse files
authored
Merge pull request #5595 from Rageking8/fix-csnapinpropertypageimpl-syntax
Fix `CSnapInPropertyPageImpl` syntax
2 parents d5fcd94 + 510612a commit 7d41856

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/atl/reference/csnapinpropertypageimpl-class.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: CSnapInPropertyPageImpl Class"
32
title: "CSnapInPropertyPageImpl Class"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: CSnapInPropertyPageImpl Class"
4+
ms.date: 11/04/2016
55
f1_keywords: ["CSnapInPropertyPageImpl", "ATLSNAP/ATL::CSnapInPropertyPageImpl", "ATLSNAP/ATL::CSnapInPropertyPageImpl::CSnapInPropertyPageImpl", "ATLSNAP/ATL::CSnapInPropertyPageImpl::CancelToClose", "ATLSNAP/ATL::CSnapInPropertyPageImpl::Create", "ATLSNAP/ATL::CSnapInPropertyPageImpl::OnApply", "ATLSNAP/ATL::CSnapInPropertyPageImpl::OnHelp", "ATLSNAP/ATL::CSnapInPropertyPageImpl::OnKillActive", "ATLSNAP/ATL::CSnapInPropertyPageImpl::OnQueryCancel", "ATLSNAP/ATL::CSnapInPropertyPageImpl::OnReset", "ATLSNAP/ATL::CSnapInPropertyPageImpl::OnSetActive", "ATLSNAP/ATL::CSnapInPropertyPageImpl::OnWizardBack", "ATLSNAP/ATL::CSnapInPropertyPageImpl::OnWizardFinish", "ATLSNAP/ATL::CSnapInPropertyPageImpl::OnWizardNext", "ATLSNAP/ATL::CSnapInPropertyPageImpl::QuerySiblings", "ATLSNAP/ATL::CSnapInPropertyPageImpl::SetModified", "ATLSNAP/ATL::CSnapInPropertyPageImpl::m_psp"]
66
helpviewer_keywords: ["snap-ins, property pages", "snap-ins", "property pages, ATL", "CSnapInPropertyPageImpl class"]
7-
ms.assetid: 75bdce5a-985e-4166-bd44-493132e023c4
87
---
98
# CSnapInPropertyPageImpl Class
109

@@ -15,8 +14,9 @@ This class provides methods for implementing a snap-in property page object.
1514
1615
## Syntax
1716

18-
```
19-
CSnapInPropertyPageImpl : public CDialogImplBase
17+
```cpp
18+
template <class T, bool bAutoDelete = true>
19+
class ATL_NO_VTABLE CSnapInPropertyPageImpl : public CDialogImplBase
2020
```
2121
2222
## Members

0 commit comments

Comments
 (0)