SfcBrowsableAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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?) |