Condividi tramite


Metodo ErrorManager.UpdateErrorsDocumentName

Modifica il nome del documento nella proprietà Document di tutti gli oggetti DataSchemaError presenti nella finestra Elenco errori di Visual Studio e appartenenti alla categoria specificata.

Spazio dei nomi:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Sub UpdateErrorsDocumentName ( _
    oldFileName As String, _
    newFileName As String, _
    category As Object _
)
public void UpdateErrorsDocumentName(
    string oldFileName,
    string newFileName,
    Object category
)
public:
void UpdateErrorsDocumentName(
    String^ oldFileName, 
    String^ newFileName, 
    Object^ category
)
member UpdateErrorsDocumentName : 
        oldFileName:string * 
        newFileName:string * 
        category:Object -> unit 
public function UpdateErrorsDocumentName(
    oldFileName : String, 
    newFileName : String, 
    category : Object
)

Parametri

  • oldFileName
    Tipo: System.String
    Oggetto string contenente il nome file del documento precedente.
  • newFileName
    Tipo: System.String
    Oggetto string contenente il nome file del nuovo documento.
  • category
    Tipo: System.Object
    Oggetto Object che rappresenta il tipo di documento o di oggetto per la categorizzazione dell'errore.Le categorie interne vengono rappresentate sotto forma di stringhe Guid.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ErrorManager Classe

Spazio dei nomi Microsoft.Data.Schema