Skip to content

Commit 819a063

Browse files
author
Colin Robertson
authored
Move see also content into See also section.
1 parent ff952bc commit 819a063

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/cppcx/platform-collections-vector-class.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ ms.assetid: aee8c076-9700-47c3-99b6-799fd3edb0ca
1010

1111
Represents a sequential collection of objects that can be individually accessed by index. Implements [Windows::Foundation::Collections::IObservableVector](/uwp/api/Windows.Foundation.Collections.IObservableVector_T_) to help with XAML [data binding](/windows/uwp/data-binding/data-binding-in-depth).
1212

13-
See also [Collections (C++/CX)](/cpp/cppcx/collections-c-cx).
14-
1513
## Syntax
1614

1715
```
@@ -372,5 +370,6 @@ The last element in a sequence of objects that are used to initialize the curren
372370
373371
## See also
374372
373+
[Collections (C++/CX)](/cpp/cppcx/collections-c-cx).<br/>
375374
[Platform Namespace](platform-namespace-c-cx.md)<br/>
376375
[Creating Windows Runtime Components in C++](/windows/uwp/winrt-components/creating-windows-runtime-components-in-cpp)

0 commit comments

Comments
 (0)