Partager via


NodeProperties.GetProperty, méthode

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Protected Function GetProperty ( _
    name As String, _
    def As String _
) As String
protected string GetProperty(
    string name,
    string def
)
protected:
String^ GetProperty(
    String^ name, 
    String^ def
)
member GetProperty : 
        name:string * 
        def:string -> string 
protected function GetProperty(
    name : String, 
    def : String
) : String

Paramètres

Valeur de retour

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

NodeProperties Classe

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms