System.Xaml.AmbientProvider.GetAllAmbientValues C# (CSharp) 메소드

GetAllAmbientValues() 공개 메소드

public GetAllAmbientValues ( IEnumerable ceilingTypes ) : IEnumerable
ceilingTypes IEnumerable
리턴 IEnumerable
		public IEnumerable<AmbientPropertyValue> GetAllAmbientValues (IEnumerable<XamlType> ceilingTypes, params XamlMember [] properties)
		{
			return GetAllAmbientValues (ceilingTypes, false, null, properties);
		}
		

Same methods

AmbientProvider::GetAllAmbientValues ( IEnumerable ceilingTypes, bool searchLiveStackOnly, IEnumerable types ) : IEnumerable
AmbientProvider::GetAllAmbientValues ( ) : IEnumerable