PhysicalFacetAttribute 类

定义

[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 是否为只读

适用于