SfcBrowsableAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Indica se o Powershell (OE?) deve ser capaz de navegar (cd) para esse nó O padrão é true (nenhum atributo significa true). Se definido como false, o nó não ficará visível no 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
- Herança
-
SfcBrowsableAttribute
- Atributos
Construtores
| Nome | Description |
|---|---|
| SfcBrowsableAttribute(Boolean) |
Cria uma nova instância do SfcElementTypeAttribute |
Propriedades
| Nome | Description |
|---|---|
| IsBrowsable |
Indica se o Powershell (OE?) deve ser capaz de navegar (cd) para esse nó O padrão é true (nenhum atributo significa true). Se definido como false, o nó não ficará visível no PowerShell (OE?) |