नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Returns a std::vector whose value is the same as the collection underlying the specified IVector or IVectorView parameter.
Syntax
template <typename T>
inline ::std::vector<T> to_vector(IVector<T>^ v);
template <typename T>
inline ::std::vector<T> to_vector(IVectorView<T>^ v);
Parameters
T
The template type parameter.
v
An IVector or IVectorView interface that provides access to an underlying Vector or VectorView object.
Return Value
Requirements
Header: collection.h
Namespace: Windows::Foundation::Collections