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

.NET Framework (current version)
 

Returns the first matching object that is a possible ambient type for the requested types.

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

Object^ GetFirstAmbientValue(
	... 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::Object^

The first result object for the requested set.

.NET Framework
Available since 4.0
Return to top
Show: