次の方法で共有


JSPropertyAttributes 列挙型

定義

プロパティの属性を列挙します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[System.Flags]
public enum JSPropertyAttributes
type JSPropertyAttributes = 
継承
JSPropertyAttributes
属性

フィールド

名前 説明
None 0
ReadOnly 2
DontEnum 4
DontDelete 8

適用対象