C# 클래스 WinRTXamlToolkit.Debugging.Common.DependencyPropertyCache

Provides information about all dependency properties.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

메소드 설명
GetDependencyPropertiesAsync ( Type type ) : Task>

비공개 메소드들

메소드 설명
AddDependencyPropertyInfo ( Type type, TypeInfo typeInfo, DependencyProperty dependencyProperty, string propertyName, List &propertyList ) : void

Adds the DependencyPropertyInfo object for the given.

DependencyPropertyCache ( ) : System
FindDependencyProperties ( Type type ) : void

Finds and caches the info about all dependency properties.

GetDependencyPropertiesCore ( Type type ) : IEnumerable
Initialize ( ) : void

메소드 상세

GetDependencyPropertiesAsync() 공개 정적인 메소드

public static GetDependencyPropertiesAsync ( Type type ) : Task>
type System.Type
리턴 Task>