Condividi tramite


Metodo IVsApplicationSettings.GetAppSettingsPropertyExpression

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

Sintassi

'Dichiarazione
Function GetAppSettingsPropertyExpression ( _
    pszAppSettingsObjectName As String, _
    pszPropertyName As String _
) As Object
Object GetAppSettingsPropertyExpression(
    string pszAppSettingsObjectName,
    string pszPropertyName
)
Object^ GetAppSettingsPropertyExpression(
    [InAttribute] String^ pszAppSettingsObjectName, 
    [InAttribute] String^ pszPropertyName
)
abstract GetAppSettingsPropertyExpression : 
        pszAppSettingsObjectName:string * 
        pszPropertyName:string -> Object 
function GetAppSettingsPropertyExpression(
    pszAppSettingsObjectName : String, 
    pszPropertyName : String
) : Object

Parametri

Valore restituito

Tipo: System.Object

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsApplicationSettings Interfaccia

Spazio dei nomi VSLangProj80