BindableValidationRule.BindingTarget Property
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Dichiarazione
Public ReadOnly Property BindingTarget As DependencyObject
Get
'Utilizzo
Dim instance As BindableValidationRule
Dim value As DependencyObject
value = instance.BindingTarget
public DependencyObject BindingTarget { get; }
public:
property DependencyObject^ BindingTarget {
DependencyObject^ get ();
}
member BindingTarget : DependencyObject
function get BindingTarget () : DependencyObject
Property Value
Type: System.Windows.DependencyObject
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.