Cape Help URLAttribute Class
Provides a help URL for the registration of a CAPE-OPEN object.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ComVisibleAttribute(false)]
[AttributeUsageAttribute(AttributeTargets.Class)]
public class CapeHelpURLAttribute : AttributeVB
<ComVisibleAttribute(false)>
<AttributeUsageAttribute(AttributeTargets.Class)>
Public Class CapeHelpURLAttribute
Inherits AttributeRemarks
This attribute is used during the registration of a CAPE-OPEN object with the COM registry to set the value of the CapeDescription[HelpURL] registration key.
Constructors
| CapeHelpURLAttribute | Initializes a new instance of the CapeHelpURLAttribute class. |
Properties
| HelpURL | Gets the the HelpURL information. |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |