Declaration
public AmbientPropertyValue GetFirstAmbientValue(IEnumerable<XamlType> ceilingTypes, params XamlMember[] properties)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<System.Xaml.XamlType> |
ceilingTypes |
|
System.Xaml.XamlMember[] |
properties |
|
Returns
Type |
Description |
System.Xaml.AmbientPropertyValue |
|
Implements
System.Xaml.IAmbientProvider.GetFirstAmbientValue(System.Collections.Generic.IEnumerable<System.Xaml.XamlType>, System.Xaml.XamlMember[])
Declaration
public object GetFirstAmbientValue(params XamlType[] types)
Parameters
Type |
Name |
Description |
System.Xaml.XamlType[] |
types |
|
Returns
Type |
Description |
System.Object |
|
Implements
System.Xaml.IAmbientProvider.GetFirstAmbientValue(System.Xaml.XamlType[])