次の方法で共有


FolderNodeProperties.FolderName プロパティ

フォルダ名を取得または設定します。

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

構文

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

value = instance.FolderName

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

プロパティ値

型 : System.String

参照

参照

FolderNodeProperties クラス

FolderNodeProperties メンバ

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