
| Visual Basic (Declaration) | |
|---|---|
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")> <SerializableAttribute()> Public Class SopInstanceReference Inherits NotifyPropertyChanged Implements INotifyPropertyChanged | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SopInstanceReference | |
| C# | |
|---|---|
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [SerializableAttribute()] public class SopInstanceReference : NotifyPropertyChanged, INotifyPropertyChanged | |
| C++/CLI | |
|---|---|
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [SerializableAttribute()] public ref class SopInstanceReference : public NotifyPropertyChanged, INotifyPropertyChanged | |
System.Object
Leadtools.Dicom.Common.DataTypes.NotifyPropertyChanged
Leadtools.Dicom.Common.DataTypes.SopInstanceReference
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code