C# Class Windows.UI.Xaml.DependencyProperty

Inheritance: IDependencyProperty
ファイルを表示 Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

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

Method Details

GetMetadata() public method

public GetMetadata ( [ forType ) : PropertyMetadata
forType [
return PropertyMetadata

Register() public static method

public static Register ( [ name, [ propertyType, [ ownerType, [ typeMetadata ) : DependencyProperty
name [
propertyType [
ownerType [
typeMetadata [
return DependencyProperty

RegisterAttached() public static method

public static RegisterAttached ( [ name, [ propertyType, [ ownerType, [ defaultMetadata ) : DependencyProperty
name [
propertyType [
ownerType [
defaultMetadata [
return DependencyProperty