CreateFileNodesRequest.FileName 属性

获取或设置要添加到项目系统的文件的名称。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Public Property FileName As String
    Get
    Private Set
public string FileName { get; private set; }
public:
property String^ FileName {
    String^ get ();
    private: void set (String^ value);
}
member FileName : string with get, private set
function get FileName () : String
private function set FileName (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

CreateFileNodesRequest 类

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