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


ChangeProposal.FileName Property

Gets or sets the file name, with full path.

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

Syntax

'Declaration
Public Property FileName As String
public string FileName { get; set; }
public:
property String^ FileName {
    String^ get ();
    void set (String^ value);
}
member FileName : string with get, set
function get FileName () : String
function set FileName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ChangeProposal Class

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