C# Class ICSharpCode.WpfDesign.XamlDom.XamlPropertyInfo

Represents a property assignable in XAML. This can be a normal .NET property or an attached property.
Afficher le fichier Open project: icsharpcode/WpfDesigner Class Usage Examples

Méthodes publiques

Méthode Description
GetValue ( object instance ) : object
ResetValue ( object instance ) : void
SetValue ( object instance, object value ) : void

Method Details

GetValue() public abstract méthode

public abstract GetValue ( object instance ) : object
instance object
Résultat object

ResetValue() public abstract méthode

public abstract ResetValue ( object instance ) : void
instance object
Résultat void

SetValue() public abstract méthode

public abstract SetValue ( object instance, object value ) : void
instance object
value object
Résultat void