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 sealed
public ref class AdornmentLayerDefinition sealed
class AdornmentLayerDefinition sealed
public sealed class AdornmentLayerDefinition
type AdornmentLayerDefinition = class
Public 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. |