次の方法で共有


FolderNodeProperties.FileName プロパティ

ファイル名を取得または設定します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
<AutomationBrowsableAttribute(True)> _
<BrowsableAttribute(False)> _
Public Property FileName As String
'使用
Dim instance As FolderNodeProperties
Dim value As String

value = instance.FileName

instance.FileName = value
[AutomationBrowsableAttribute(true)]
[BrowsableAttribute(false)]
public string FileName { get; set; }
[AutomationBrowsableAttribute(true)]
[BrowsableAttribute(false)]
public:
property String^ FileName {
    String^ get ();
    void set (String^ value);
}
public function get FileName () : String
public function set FileName (value : String)

プロパティ値

型 : System.String

参照

参照

FolderNodeProperties クラス

FolderNodeProperties メンバ

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF 名前空間