AdornmentLayerDefinition 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.
Provides information for an IAdornmentLayer export.
public ref class AdornmentLayerDefinition sealedpublic ref class AdornmentLayerDefinition sealedclass AdornmentLayerDefinition sealedpublic sealed class AdornmentLayerDefinitiontype AdornmentLayerDefinition = classPublic NotInheritable Class AdornmentLayerDefinition- Inheritance
- 
				AdornmentLayerDefinition
Examples
internal sealed class Components
{
   [Export]
   [Name("ExampleAdornmentLayer")]
   [Order(After = "Selection", Before = "Text")]
   internal AdornmentLayerDefinition viewLayerDefinition;
   // other components
}
Remarks
Because you cannot subclass this type, you can use the [Export] attribute with no type.
Constructors
| AdornmentLayerDefinition() | Initializes a new instance of AdornmentLayerDefinition. |