PropertyValueExceptionEventArgs.PropertyValue Property
Gets the PropertyValue for which the exception is occurring.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyValue As PropertyValue
'Usage
Dim instance As PropertyValueExceptionEventArgs
Dim value As PropertyValue
value = instance.PropertyValue
public PropertyValue PropertyValue { get; }
public:
property PropertyValue^ PropertyValue {
PropertyValue^ get ();
}
public function get PropertyValue () : PropertyValue
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyValue
A PropertyValue for which the exception is occurring.
.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.
See Also
Reference
PropertyValueExceptionEventArgs Class
PropertyValueExceptionEventArgs Members
Microsoft.Windows.Design.PropertyEditing Namespace