CapeVendorURLAttribute Class

Provides a vendor 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)
[AttributeUsageAttribute(AttributeTargets.Class)]
[ComVisibleAttribute(false)]
public class CapeVendorURLAttribute : Attribute
Inheritance
Object    Attribute    CapeVendorURLAttribute

Remarks

This attribute is used during the registration of a CAPE-OPEN object with the COM registry to set the value of the CapeDescription[VendorURL] registration key.

Constructors

CapeVendorURLAttributeInitializes a new instance of the CapeVendorURLAttribute class.

Properties

VendorURLGets the the VendorURL information.

Fields

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also