Sets the property values and fires a notify property change event if required.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As NotifyPropertyChanged
Dim destination As T
Dim value As T
Dim name As String
instance.SetValue(Of T)(destination, value, name) |
Parameters
- destination
- The output variable to be updated with the new value.
- value
- The value of the property.
- name
- The name of the property.
Type Parameters
- T
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also