SfcBrowsableAttribute Clase

Definición

Indica si Powershell (OE?) debe poder examinar (cd) en este nodo El valor predeterminado es true (ningún atributo significa true). Si se establece en false, el nodo no está visible en 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
Herencia
SfcBrowsableAttribute
Atributos

Constructores

Nombre Description
SfcBrowsableAttribute(Boolean)

Crea una nueva instancia de SfcElementTypeAttribute

Propiedades

Nombre Description
IsBrowsable

Indica si Powershell (OE?) debe poder examinar (cd) en este nodo El valor predeterminado es true (ningún atributo significa true). Si se establece en false, el nodo no está visible en PowerShell (OE?)

Se aplica a