Freigeben über


IVsApplicationSettings.GetAppSettingsPropertyExpression-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

Syntax

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

Parameter

  • pszAppSettingsObjectName
    Typ: String

     

  • pszPropertyName
    Typ: String

     

Rückgabewert

Typ: Object

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsApplicationSettings Schnittstelle

VSLangProj80-Namespace