ElementPropertyChangedEventArgs.NewValue Property

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public ReadOnly Property NewValue As Object
'使用
Dim instance As ElementPropertyChangedEventArgs
Dim value As Object

value = instance.NewValue
public Object NewValue { get; }
public:
property Object^ NewValue {
    Object^ get ();
}
public function get NewValue () : Object

Property Value

Type: System.Object

Permissions

See Also

Reference

ElementPropertyChangedEventArgs Class

ElementPropertyChangedEventArgs Members

Microsoft.VisualStudio.Modeling Namespace