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?)

适用于