T
Leadtools.Dicom.Common Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SetValue<T> Method
See Also 
Leadtools.Dicom.Common.DataTypes Namespace > NotifyPropertyChanged Class : SetValue<T> Method



destination
The output variable to be updated with the new value.
value
The value of the property.
name
The name of the property.
destination
The output variable to be updated with the new value.
value
The value of the property.
name
The name of the property.
Sets the property values and fires a notify property change event if required.

Syntax

Visual Basic (Declaration) 
Protected Sub SetValue(Of T)( _
   ByRef destination As T, _
   ByVal value As T, _
   ByVal name As String _
) 
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)
C# 
protected void SetValue<T>( 
   ref T destination,
   T value,
   string name
)
C++/CLI 
protected:
void SetValuegeneric<typename T>
( 
   % T^ destination,
   T^ value,
   String^ 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

Leadtools.Dicom.Common requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features