Partilhar via


Propriedade FolderNodeProperties.FolderName

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
<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 propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

FolderNodeProperties Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.Internal