Skip to content

Commit ed0a72d

Browse files
Consolidated the VerifyInheritanceHelper structure.
1 parent 41ed8f9 commit ed0a72d

File tree

2 files changed

+18
-48
lines changed

2 files changed

+18
-48
lines changed

docs/windows/verifyinheritancehelper-structure.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "VerifyInheritanceHelper Structure | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/04/2016"
4+
ms.date: "09/24/2018"
55
ms.technology: ["cpp-windows"]
66
ms.topic: "reference"
7-
f1_keywords: ["implements/Microsoft::WRL::Details::VerifyInheritanceHelper"]
7+
f1_keywords: ["implements/Microsoft::WRL::Details::VerifyInheritanceHelper", "implements/Microsoft::WRL::Details::VerifyInheritanceHelper::Verify"]
88
dev_langs: ["C++"]
9-
helpviewer_keywords: ["VerifyInheritanceHelper structure"]
9+
helpviewer_keywords: ["Microsoft::WRL::Details::VerifyInheritanceHelper structure", "Microsoft::WRL::Details::VerifyInheritanceHelper::Verify method"]
1010
ms.assetid: 8a48a702-0f71-4807-935b-8311f0a7a8b6
1111
author: "mikeblome"
1212
ms.author: "mblome"
@@ -46,9 +46,9 @@ Tests whether one interface is derived from another interface.
4646
4747
### Public Methods
4848
49-
|Name|Description|
50-
|----------|-----------------|
51-
|[VerifyInheritanceHelper::Verify Method](../windows/verifyinheritancehelper-verify-method.md)|Tests the two interfaces specified by the current template parameters and determines whether one interface is derived from the other.|
49+
Name | Description
50+
------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------
51+
[VerifyInheritanceHelper::Verify](#verify) | Tests the two interfaces specified by the current template parameters and determines whether one interface is derived from the other.
5252
5353
## Inheritance Hierarchy
5454
@@ -60,6 +60,16 @@ Tests whether one interface is derived from another interface.
6060
6161
**Namespace:** Microsoft::WRL::Details
6262
63-
## See Also
63+
## <a name="verify"></a>VerifyInheritanceHelper::Verify
6464
65-
[Microsoft::WRL::Details Namespace](../windows/microsoft-wrl-details-namespace.md)
65+
Supports the WRL infrastructure and is not intended to be used directly from your code.
66+
67+
```cpp
68+
static void Verify();
69+
```
70+
71+
### Remarks
72+
73+
Tests the two interfaces specified by the current template parameters and determines whether one interface is derived from the other.
74+
75+
An error is emitted if one interface is not derived from the other.

docs/windows/verifyinheritancehelper-verify-method.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)