Compartilhar via


Construtor FileChange (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 _
)
public FileChange(
    string fileName
)
public:
FileChange(
    String^ fileName
)
new : 
        fileName:string -> FileChange
public function FileChange(
    fileName : String
)

Parâmetros

  • fileName
    Tipo: System.String
    Caminho completo do arquivo que está sendo alterado.

Segurança do .NET Framework

Consulte também

Referência

FileChange Classe

Sobrecargas FileChange

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