IAmbientProvider::GetAllAmbientValues Method (IEnumerable<XamlType^>^, array<XamlMember^>^)

.NET Framework (current version)
 

Returns an enumerable set of ambient property information items for the requested set of properties.

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

IEnumerable<AmbientPropertyValue^>^ GetAllAmbientValues(
	IEnumerable<XamlType^>^ ceilingTypes,
	... array<XamlMember^>^ properties
)

Parameters

ceilingTypes
Type: System.Collections.Generic::IEnumerable<XamlType^>^

Specifies one or more types that should stop the evaluation when they are encountered traversing upward in the object graph. This type holds the desired ambient property. May be null.

properties
Type: array<System.Xaml::XamlMember^>^

Specifies one or more property identifier objects that identify the properties to be considered ambient.

Return Value

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

An enumerable set of ambient property information items for the requested set of properties. The property information for each AmbientPropertyValue that is returned will match one of the input properties.

Each AmbientPropertyValue that is returned contains the XamlMember identifier and a property value.

.NET Framework
Available since 4.0
Return to top
Show: