DataDefaultObjectAttribute Class

Definition

Specifies that a DDEX support entity has a default implementation that should be returned when a provider does not supply an implementation.

public ref class DataDefaultObjectAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)]
public sealed class DataDefaultObjectAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)>]
type DataDefaultObjectAttribute = class
    inherit Attribute
Public NotInheritable Class DataDefaultObjectAttribute
Inherits Attribute
Inheritance
DataDefaultObjectAttribute
Attributes

Constructors

DataDefaultObjectAttribute(String)

Initializes a new instance of the DataDefaultObjectAttribute class, using the specified class ID.

Properties

ClassId

Gets the class ID that identifies the default object class type.

Applies to