Partager via


IVsApplicationSettings.GetAppSettingsPropertyExpression, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  VSLangProj80
Assembly :  VSLangProj80 (dans VSLangProj80.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Object

Sécurité .NET Framework

Voir aussi

Référence

IVsApplicationSettings Interface

VSLangProj80, espace de noms