RootFacetAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Atributo personalizado que identifica facetas raiz
[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
- Herança
-
RootFacetAttribute
- Atributos
Construtores
| Nome | Description |
|---|---|
| RootFacetAttribute(Type) |
Ctor – usa o tipo de raiz como parâmetro |
Propriedades
| Nome | Description |
|---|---|
| RootType |
Retorna rootType originalmente especificado no ctor |