Get the specified dependency property of given type.
Namespace: FirstFloor.SilverlightSpy.InteropAssembly: FirstFloor.SilverlightSpy.Interop (in FirstFloor.SilverlightSpy.Interop.dll) Version: 4.0.0.0 (4.0.4.0)
Syntax
| C# |
|---|
public static DependencyPropertyInfo DependencyProperty( this Type type, string name ) |
| Visual Basic |
|---|
<ExtensionAttribute> _ Public Shared Function DependencyProperty ( _ type As Type, _ name As String _ ) As DependencyPropertyInfo |
| Visual C++ |
|---|
[ExtensionAttribute] public: static DependencyPropertyInfo^ DependencyProperty( Type^ type, String^ name ) |