PartNotDiscoverableAttribute 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 this type's exports won't be included in a ComposablePartCatalog.
public ref class PartNotDiscoverableAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed class PartNotDiscoverableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type PartNotDiscoverableAttribute = class
inherit Attribute
Public NotInheritable Class PartNotDiscoverableAttribute
Inherits Attribute
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| PartNotDiscoverableAttribute() |
Initializes a new instance of the PartNotDiscoverableAttribute class. |