SfcBrowsableAttribute Classe

Definizione

Indica se PowerShell (OE?) deve essere in grado di esplorare (cd) in questo nodo L'impostazione predefinita è true (nessun attributo significa true). Se impostato su false, il nodo non è visibile in 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
Ereditarietà
SfcBrowsableAttribute
Attributi

Costruttori

Nome Descrizione
SfcBrowsableAttribute(Boolean)

Crea una nuova istanza di SfcElementTypeAttribute

Proprietà

Nome Descrizione
IsBrowsable

Indica se PowerShell (OE?) deve essere in grado di esplorare (cd) in questo nodo L'impostazione predefinita è true (nessun attributo significa true). Se impostato su false, il nodo non è visibile in PowerShell (OE?)

Si applica a