Compartir a través de


FolderNodeProperties.FolderName (Propiedad)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
<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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

FolderNodeProperties Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal (Espacio de nombres)