C# Class WinRTXamlToolkit.Debugging.Common.DependencyPropertyInfo

ファイルを表示 Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Methods

Method Description
DependencyPropertyInfo ( DependencyProperty property, string name, Type ownerType, string displayName, bool isAttached ) : System

Method Details

DependencyPropertyInfo() public method

public DependencyPropertyInfo ( DependencyProperty property, string name, Type ownerType, string displayName, bool isAttached ) : System
property Windows.UI.Xaml.DependencyProperty
name string
ownerType System.Type
displayName string
isAttached bool
return System