PhysicalFacetAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[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
- 继承
-
PhysicalFacetAttribute
- 属性
构造函数
| 名称 | 说明 |
|---|---|
| PhysicalFacetAttribute() |
创建未选择任何选项的 PhysicalFacet |
| PhysicalFacetAttribute(PhysicalFacetOptions) |
使用构造函数中指定的选项创建 PhysicalFacet |
属性
| 名称 | 说明 |
|---|---|
| IsReadOnly |
指示 Facet 是否为只读 |