C# Class System.ComponentModel.RefreshPropertiesAttribute

Inheritance: Attribute
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
All System.ComponentModel.RefreshPropertiesAttribute
Default System.ComponentModel.RefreshPropertiesAttribute
Repaint System.ComponentModel.RefreshPropertiesAttribute

Méthodes publiques

Méthode Description
Equals ( object value ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool
RefreshPropertiesAttribute ( System refresh )

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsDefaultAttribute() public méthode

public IsDefaultAttribute ( ) : bool
Résultat bool

RefreshPropertiesAttribute() public méthode

public RefreshPropertiesAttribute ( System refresh )
refresh System

Property Details

All public_oe static_oe property

public static System.ComponentModel.RefreshPropertiesAttribute All
Résultat System.ComponentModel.RefreshPropertiesAttribute

Default public_oe static_oe property

public static System.ComponentModel.RefreshPropertiesAttribute Default
Résultat System.ComponentModel.RefreshPropertiesAttribute

Repaint public_oe static_oe property

public static System.ComponentModel.RefreshPropertiesAttribute Repaint
Résultat System.ComponentModel.RefreshPropertiesAttribute