SfcBrowsableAttribute クラス

定義

PowerShell (OE?) がこのノードを参照 (cd) できるようにする必要があるかどうかを示します。既定値は true です (属性は true を意味しません)。 false に設定すると、ノードは PowerShell (OE? ) に表示されません。

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class SfcBrowsableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type SfcBrowsableAttribute = class
    inherit Attribute
Public Class SfcBrowsableAttribute
Inherits Attribute
継承
SfcBrowsableAttribute
属性

コンストラクター

名前 説明
SfcBrowsableAttribute(Boolean)

SfcElementTypeAttribute の新しいインスタンスを作成します。

プロパティ

名前 説明
IsBrowsable

PowerShell (OE?) がこのノードを参照 (cd) できるようにする必要があるかどうかを示します。既定値は true です (属性は true を意味しません)。 false に設定すると、ノードは PowerShell (OE? ) に表示されません。

適用対象