SfcBrowsableAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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? ) に表示されません。 |