DataDefaultObjectAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |