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