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

ファセットが読み取り専用かどうかを示します

適用対象