C# 클래스 System.Xaml.AmbientProvider

상속: IAmbientProvider
파일 보기 프로젝트 열기: Clancey/XamlForIphone

공개 메소드들

메소드 설명
GetAllAmbientValues ( IEnumerable ceilingTypes ) : IEnumerable
GetAllAmbientValues ( IEnumerable ceilingTypes, bool searchLiveStackOnly, IEnumerable types ) : IEnumerable
GetAllAmbientValues ( ) : IEnumerable
GetFirstAmbientValue ( IEnumerable ceilingTypes ) : System.Xaml.AmbientPropertyValue
GetFirstAmbientValue ( ) : object
Pop ( ) : void
Push ( System.Xaml.AmbientPropertyValue v ) : void

비공개 메소드들

메소드 설명
DoGetAllAmbientValues ( IEnumerable ceilingTypes, bool searchLiveStackOnly, IEnumerable types ) : IEnumerable
DoesAmbientPropertyApply ( System.Xaml.AmbientPropertyValue p, IEnumerable types ) : bool

메소드 상세

GetAllAmbientValues() 공개 메소드

public GetAllAmbientValues ( IEnumerable ceilingTypes ) : IEnumerable
ceilingTypes IEnumerable
리턴 IEnumerable

GetAllAmbientValues() 공개 메소드

public GetAllAmbientValues ( IEnumerable ceilingTypes, bool searchLiveStackOnly, IEnumerable types ) : IEnumerable
ceilingTypes IEnumerable
searchLiveStackOnly bool
types IEnumerable
리턴 IEnumerable

GetAllAmbientValues() 공개 메소드

public GetAllAmbientValues ( ) : IEnumerable
리턴 IEnumerable

GetFirstAmbientValue() 공개 메소드

public GetFirstAmbientValue ( IEnumerable ceilingTypes ) : System.Xaml.AmbientPropertyValue
ceilingTypes IEnumerable
리턴 System.Xaml.AmbientPropertyValue

GetFirstAmbientValue() 공개 메소드

public GetFirstAmbientValue ( ) : object
리턴 object

Pop() 공개 메소드

public Pop ( ) : void
리턴 void

Push() 공개 메소드

public Push ( System.Xaml.AmbientPropertyValue v ) : void
v System.Xaml.AmbientPropertyValue
리턴 void