DeferCreationAttribute 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 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
- Attributes
Constructors
DeferCreationAttribute() |
Instantiates a new instance of a DeferCreationAttribute. |
Properties
OptionName |
The optional OptionName that controls creation. |