Proprietà FolderNodeProperties.FolderName

La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
<AutomationBrowsableAttribute(False)> _
Public Property FolderName As String
    Get
    Set
[AutomationBrowsableAttribute(false)]
public string FolderName { get; set; }
[AutomationBrowsableAttribute(false)]
public:
property String^ FolderName {
    String^ get ();
    void set (String^ value);
}
[<AutomationBrowsableAttribute(false)>]
member FolderName : string with get, set
function get FolderName () : String
function set FolderName (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FolderNodeProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.Internal