IAmbientProvider::GetAllAmbientValues Method (array<XamlType^>^)

.NET Framework (current version)
 

Returns an enumerable set of object instances of possible ambient types for the requested types.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

IEnumerable<Object^>^ GetAllAmbientValues(
	... array<XamlType^>^ types
)

Parameters

types
Type: array<System.Xaml::XamlType^>^

The set of types from which to retrieve ambient type information.

Return Value

Type: System.Collections.Generic::IEnumerable<Object^>^

An enumerable set of objects that represent the values for the requested set of XamlType identifiers.

.NET Framework
Available since 4.0
Return to top
Show: