C# 클래스 Microsoft.VisualStudio.R.Interactive.Test.Utility.VisualTreeProperty

파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetAttachedProperties IList

공개 메소드들

메소드 설명
Create ( DependencyObject o, DependencyProperty prop ) : VisualTreeProperty
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetProperties ( DependencyObject o ) : List

비공개 메소드들

메소드 설명
GetAttachedProperties ( DependencyObject obj ) : IList

메소드 상세

Create() 공개 정적인 메소드

public static Create ( DependencyObject o, DependencyProperty prop ) : VisualTreeProperty
o System.Windows.DependencyObject
prop System.Windows.DependencyProperty
리턴 VisualTreeProperty

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetProperties() 공개 정적인 메소드

public static GetProperties ( DependencyObject o ) : List
o System.Windows.DependencyObject
리턴 List