다음을 통해 공유


BindableValidationRule.BindingTarget Property

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public ReadOnly Property BindingTarget As DependencyObject
    Get
‘사용 방법
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

See Also

Reference

BindableValidationRule Class

BindableValidationRule Members

Microsoft.VisualStudio.PlatformUI Namespace