Declaration
public IEnumerable<AmbientPropertyValue> GetAllAmbientValues(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.Collections.Generic.IEnumerable<System.Xaml.AmbientPropertyValue> |
|
Implements
System.Xaml.IAmbientProvider.GetAllAmbientValues(System.Collections.Generic.IEnumerable<System.Xaml.XamlType>, System.Xaml.XamlMember[])
Declaration
public IEnumerable<object> GetAllAmbientValues(params XamlType[] types)
Parameters
Type |
Name |
Description |
System.Xaml.XamlType[] |
types |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.Object> |
|
Implements
System.Xaml.IAmbientProvider.GetAllAmbientValues(System.Xaml.XamlType[])
Declaration
public IEnumerable<AmbientPropertyValue> GetAllAmbientValues(IEnumerable<XamlType> ceilingTypes, bool searchLiveStackOnly, IEnumerable<XamlType> types, params XamlMember[] properties)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<System.Xaml.XamlType> |
ceilingTypes |
|
System.Boolean |
searchLiveStackOnly |
|
System.Collections.Generic.IEnumerable<System.Xaml.XamlType> |
types |
|
System.Xaml.XamlMember[] |
properties |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.Xaml.AmbientPropertyValue> |
|
Implements
System.Xaml.IAmbientProvider.GetAllAmbientValues(System.Collections.Generic.IEnumerable<System.Xaml.XamlType>, System.Boolean, System.Collections.Generic.IEnumerable<System.Xaml.XamlType>, System.Xaml.XamlMember[])