共用方式為


IDatabaseFileNode.FileName 屬性

取得或設定這個節點所表示的檔案名稱。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Property FileName As String
    Get
    Set
string FileName { get; set; }
property String^ FileName {
    String^ get ();
    void set (String^ value);
}
abstract FileName : string with get, set
function get FileName () : String
function set FileName (value : String)

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

IDatabaseFileNode 介面

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空間