
| Visual Basic (Declaration) | |
|---|---|
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class, AllowMultiple=False, Inherited=True)> Public Class DicomAddInAttribute Inherits System.Attribute Implements _Attribute | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomAddInAttribute | |
| C# | |
|---|---|
[AttributeUsageAttribute(ValidOn=AttributeTargets.Class, AllowMultiple=false, Inherited=true)] public class DicomAddInAttribute : System.Attribute, _Attribute | |
| C++/CLI | |
|---|---|
[AttributeUsageAttribute(ValidOn=AttributeTargets.Class, AllowMultiple=false, Inherited=true)] public ref class DicomAddInAttribute : public System.Attribute, _Attribute | |
Shows attribute usage on an interface.
System.Object
System.Attribute
Leadtools.Dicom.AddIn.Attributes.DicomAddInAttribute
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