Propriedade AgnosticDatabaseFileNodeExtender.ExtenderSuppressWarnings
Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
<AutomationBrowsableAttribute(False)> _
Public Property ExtenderSuppressWarnings As String
Get
Set
[AutomationBrowsableAttribute(false)]
public string ExtenderSuppressWarnings { get; set; }
[AutomationBrowsableAttribute(false)]
public:
property String^ ExtenderSuppressWarnings {
String^ get ();
void set (String^ value);
}
[<AutomationBrowsableAttribute(false)>]
member ExtenderSuppressWarnings : string with get, set
function get ExtenderSuppressWarnings () : String
function set ExtenderSuppressWarnings (value : String)
Valor de propriedade
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
AgnosticDatabaseFileNodeExtender Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Internal