Interface IAmbientProvider
Assembly: OpenSilver.Xaml.dll
Syntax
public interface IAmbientProvider
Methods
|
Improve this Doc
View Source
GetAllAmbientValues(IEnumerable<XamlType>, Boolean, IEnumerable<XamlType>, XamlMember[])
Declaration
IEnumerable<AmbientPropertyValue> GetAllAmbientValues(IEnumerable<XamlType> ceilingTypes, bool searchLiveStackOnly, IEnumerable<XamlType> types, params XamlMember[] properties)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<XamlType> |
ceilingTypes |
|
System.Boolean |
searchLiveStackOnly |
|
System.Collections.Generic.IEnumerable<XamlType> |
types |
|
XamlMember[] |
properties |
|
Returns
|
Improve this Doc
View Source
GetAllAmbientValues(IEnumerable<XamlType>, XamlMember[])
Declaration
IEnumerable<AmbientPropertyValue> GetAllAmbientValues(IEnumerable<XamlType> ceilingTypes, params XamlMember[] properties)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<XamlType> |
ceilingTypes |
|
XamlMember[] |
properties |
|
Returns
|
Improve this Doc
View Source
GetAllAmbientValues(XamlType[])
Declaration
IEnumerable<object> GetAllAmbientValues(params XamlType[] types)
Parameters
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.Object> |
|
|
Improve this Doc
View Source
GetFirstAmbientValue(IEnumerable<XamlType>, XamlMember[])
Declaration
AmbientPropertyValue GetFirstAmbientValue(IEnumerable<XamlType> ceilingTypes, params XamlMember[] properties)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<XamlType> |
ceilingTypes |
|
XamlMember[] |
properties |
|
Returns
|
Improve this Doc
View Source
GetFirstAmbientValue(XamlType[])
Declaration
object GetFirstAmbientValue(params XamlType[] types)
Parameters
Returns
Type |
Description |
System.Object |
|
Extension Methods