C# Class Windows.UI.Xaml.DependencyProperty

Inheritance: IDependencyProperty
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
GetMetadata ( [ forType ) : PropertyMetadata
Register ( [ name, [ propertyType, [ ownerType, [ typeMetadata ) : DependencyProperty
RegisterAttached ( [ name, [ propertyType, [ ownerType, [ defaultMetadata ) : DependencyProperty

Method Details

GetMetadata() public méthode

public GetMetadata ( [ forType ) : PropertyMetadata
forType [
Résultat PropertyMetadata

Register() public static méthode

public static Register ( [ name, [ propertyType, [ ownerType, [ typeMetadata ) : DependencyProperty
name [
propertyType [
ownerType [
typeMetadata [
Résultat DependencyProperty

RegisterAttached() public static méthode

public static RegisterAttached ( [ name, [ propertyType, [ ownerType, [ defaultMetadata ) : DependencyProperty
name [
propertyType [
ownerType [
defaultMetadata [
Résultat DependencyProperty