RootFacetAttribute 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.
Custom attribute that identifies root facets
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=false)]
public sealed class RootFacetAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=false)>]
type RootFacetAttribute = class
inherit Attribute
Public NotInheritable Class RootFacetAttribute
Inherits Attribute
- Inheritance
-
RootFacetAttribute
- Attributes
Constructors
RootFacetAttribute(Type) |
Ctor--takes type of root as parameter |
Properties
RootType |
Returns rootType originally specified in ctor |