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