Gets and sets the name of the folder.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<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)
Property Value
Type: System.String
Gets the caption of the folder node and sets the (editable) caption.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.