Поделиться через


FileChange.FileName Property

Gets the name of this file.

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

Syntax

'Declaration
Public ReadOnly Property FileName As String
public string FileName { get; }
public:
property String^ FileName {
    String^ get ();
}
member FileName : string
function get FileName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

FileChange Class

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