C# Class Microsoft.VisualStudio.R.Interactive.Test.Utility.VisualTreeProperty

Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Private Properties

Свойство Type Description
GetAttachedProperties IList

Méthodes publiques

Méthode Description
Create ( DependencyObject o, DependencyProperty prop ) : VisualTreeProperty
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetProperties ( DependencyObject o ) : List

Private Methods

Méthode Description
GetAttachedProperties ( DependencyObject obj ) : IList

Method Details

Create() public static méthode

public static Create ( DependencyObject o, DependencyProperty prop ) : VisualTreeProperty
o System.Windows.DependencyObject
prop System.Windows.DependencyProperty
Résultat VisualTreeProperty

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetProperties() public static méthode

public static GetProperties ( DependencyObject o ) : List
o System.Windows.DependencyObject
Résultat List