Vbc.NoStandardLib Propriedade
Definição
Obtém ou define um valor booliano que especifica se o compilador não deve fazer referência às bibliotecas padrão.Gets or sets a Boolean value that specifies whether the compiler should not reference the standard libraries.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
property bool NoStandardLib { bool get(); void set(bool value); };
public bool NoStandardLib { get; set; }
member this.NoStandardLib : bool with get, set
Public Property NoStandardLib As Boolean
Valor da propriedade
true Se o compilador não deve fazer referência às bibliotecas padrão; caso contrário, false .true if the compiler should not reference the standard libraries; otherwise, false.