Share via


IVsApplicationSettings.GetAppSettingsPropertyExpression Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft internal use only.

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

Parameters

Return Value

Type: System.Object

.NET Framework Security

See Also

Reference

IVsApplicationSettings Interface

VSLangProj80 Namespace