Sdílet prostřednictvím


NodeProperties.GetProperty – metoda

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

NodeProperties Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů