Compartilhar via


Construtor FileChange (String, String)

Inicializa uma nova instância da classe FileChange.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public Sub New ( _
    fileName As String, _
    projectName As String _
)
public FileChange(
    string fileName,
    string projectName
)
public:
FileChange(
    String^ fileName, 
    String^ projectName
)
new : 
        fileName:string * 
        projectName:string -> FileChange
public function FileChange(
    fileName : String, 
    projectName : String
)

Parâmetros

  • fileName
    Tipo: System.String
    Caminho completo do arquivo que está sendo alterado.
  • projectName
    Tipo: System.String
    Nome do projeto ao qual o arquivo pertence.

Segurança do .NET Framework

Consulte também

Referência

FileChange Classe

Sobrecargas FileChange

Namespace Microsoft.VisualStudio.Data.Schema.Package.Refactoring