DeferCreationAttribute Class

Definition

Specifies optional deferred creation semantics.

public ref class DeferCreationAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttribute
public ref class DeferCreationAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class DeferCreationAttribute : Microsoft.VisualStudio.Utilities.SingletonBaseMetadataAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type DeferCreationAttribute = class
    inherit SingletonBaseMetadataAttribute
Public NotInheritable Class DeferCreationAttribute
Inherits SingletonBaseMetadataAttribute
Inheritance
DeferCreationAttribute
Attributes

Constructors

DeferCreationAttribute()

Instantiates a new instance of a DeferCreationAttribute.

Properties

OptionName

The optional OptionName that controls creation.

Applies to