PhysicalFacetAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class PhysicalFacetAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type PhysicalFacetAttribute = class
inherit Attribute
Public NotInheritable Class PhysicalFacetAttribute
Inherits Attribute
- Herencia
-
PhysicalFacetAttribute
- Atributos
Constructores
| Nombre | Description |
|---|---|
| PhysicalFacetAttribute() |
Crea un elemento PhysicalFacet sin opciones seleccionadas |
| PhysicalFacetAttribute(PhysicalFacetOptions) |
Crea un physicalFacet con las opciones especificadas en el constructor. |
Propiedades
| Nombre | Description |
|---|---|
| IsReadOnly |
Indica si la faceta es de solo lectura. |