Skip to content

Commit d8a6828

Browse files
Modified the TOC and redirects for:
* The WeakReference class * The RuntimeClassBaseT, VerifyInheritanceHelper, and VerifyInterfaceHelper structures
1 parent 1cce481 commit d8a6828

File tree

2 files changed

+50
-10
lines changed

2 files changed

+50
-10
lines changed

.openpublishing.redirection.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6755,6 +6755,16 @@
67556755
"redirect_url": "/cpp/windows/runtimeclassflags-structure#value-constant",
67566756
"redirect_document_id": false
67576757
},
6758+
{
6759+
"source_path": "docs/windows/runtimeclassbaset-asiid-method.md",
6760+
"redirect_url": "/cpp/windows/runtimeclassbaset-structure#asiid",
6761+
"redirect_document_id": false
6762+
},
6763+
{
6764+
"source_path": "docs/windows/runtimeclassbaset-getimplementediids-method.md",
6765+
"redirect_url": "/cpp/windows/runtimeclassbaset-structure#getimplementediids",
6766+
"redirect_document_id": false
6767+
},
67586768
{
67596769
"source_path": "docs/windows/simpleactivationfactory-activateinstance-method.md",
67606770
"redirect_url": "/cpp/windows/simpleactivationfactory-class#activateinstance",
@@ -6775,6 +6785,16 @@
67756785
"redirect_url": "/cpp/windows/simpleclassfactory-class#createinstance",
67766786
"redirect_document_id": false
67776787
},
6788+
{
6789+
"source_path": "docs/windows/verifyinheritancehelper-verify-method.md",
6790+
"redirect_url": "/cpp/windows/verifyinheritancehelper-structure#verify",
6791+
"redirect_document_id": false
6792+
},
6793+
{
6794+
"source_path": "docs/windows/verifyinterfacehelper-verify-method.md",
6795+
"redirect_url": "/cpp/windows/verifyinterfacehelper-structure#verify",
6796+
"redirect_document_id": false
6797+
},
67786798
{
67796799
"source_path": "docs/windows/weakref-tilde-weakref-destructor.md",
67806800
"redirect_url": "/cpp/windows/weakref-class#tilde-weakref",
@@ -6815,5 +6835,35 @@
68156835
"redirect_url": "/cpp/windows/windows-runtime-cpp-template-library-wrl",
68166836
"redirect_document_id": false
68176837
}
6838+
{
6839+
"source_path": "docs/windows/weakreference-tilde-weakreference-destructor.md",
6840+
"redirect_url": "/cpp/windows/weakreference-class1#tilde-weakreference",
6841+
"redirect_document_id": false
6842+
},
6843+
{
6844+
"source_path": "docs/windows/weakreference-decrementstrongreference-method.md",
6845+
"redirect_url": "/cpp/windows/weakreference-class1#decrementstrongreference",
6846+
"redirect_document_id": false
6847+
},
6848+
{
6849+
"source_path": "docs/windows/weakreference-incrementstrongreference-method.md",
6850+
"redirect_url": "/cpp/windows/weakreference-class1#incrementstrongreference",
6851+
"redirect_document_id": false
6852+
},
6853+
{
6854+
"source_path": "docs/windows/weakreference-resolve-method.md",
6855+
"redirect_url": "/cpp/windows/weakreference-class1#resolve",
6856+
"redirect_document_id": false
6857+
},
6858+
{
6859+
"source_path": "docs/windows/weakreference-setunknown-method.md",
6860+
"redirect_url": "/cpp/windows/weakreference-class1#setunknown",
6861+
"redirect_document_id": false
6862+
},
6863+
{
6864+
"source_path": "docs/windows/weakreference-weakreference-constructor.md",
6865+
"redirect_url": "/cpp/windows/weakreference-class1#weakreference",
6866+
"redirect_document_id": false
6867+
}
68186868
]
68196869
}

docs/windows/TOC.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -473,21 +473,11 @@
473473
##### [RemoveReference Structure](removereference-structure.md)
474474
##### [RuntimeClassBase Structure](runtimeclassbase-structure.md)
475475
##### [RuntimeClassBaseT Structure](runtimeclassbaset-structure.md)
476-
###### [RuntimeClassBaseT::AsIID Method](runtimeclassbaset-asiid-method.md)
477-
###### [RuntimeClassBaseT::GetImplementedIIDS Method](runtimeclassbaset-getimplementediids-method.md)
478476
##### [Swap Function (Windows Runtime C++ Template Library)](swap-function-windows-runtime-cpp-template-library.md)
479477
##### [TerminateMap Function](terminatemap-function.md)
480478
##### [VerifyInheritanceHelper Structure](verifyinheritancehelper-structure.md)
481-
###### [VerifyInheritanceHelper::Verify Method](verifyinheritancehelper-verify-method.md)
482479
##### [VerifyInterfaceHelper Structure](verifyinterfacehelper-structure.md)
483-
###### [VerifyInterfaceHelper::Verify Method](verifyinterfacehelper-verify-method.md)
484480
##### [WeakReference Class1](weakreference-class1.md)
485-
###### [WeakReference::~WeakReference Destructor](weakreference-tilde-weakreference-destructor.md)
486-
###### [WeakReference::DecrementStrongReference Method](weakreference-decrementstrongreference-method.md)
487-
###### [WeakReference::IncrementStrongReference Method](weakreference-incrementstrongreference-method.md)
488-
###### [WeakReference::Resolve Method](weakreference-resolve-method.md)
489-
###### [WeakReference::SetUnknown Method](weakreference-setunknown-method.md)
490-
###### [WeakReference::WeakReference Constructor](weakreference-weakreference-constructor.md)
491481
#### [Microsoft::WRL::Wrappers Namespace](microsoft-wrl-wrappers-namespace.md)
492482
##### [CriticalSection Class](criticalsection-class.md)
493483
###### [CriticalSection::~CriticalSection Destructor](criticalsection-tilde-criticalsection-destructor.md)

0 commit comments

Comments
 (0)