共用方式為


IVsApplicationSettings.GetAppSettingsPropertyExpression Method

Definition

Microsoft internal use only.

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

public:
 System::Object ^ GetAppSettingsPropertyExpression(System::String ^ pszAppSettingsObjectName, System::String ^ pszPropertyName);
public:
 Platform::Object ^ GetAppSettingsPropertyExpression(Platform::String ^ pszAppSettingsObjectName, Platform::String ^ pszPropertyName);
winrt::Windows::Foundation::IInspectable GetAppSettingsPropertyExpression(std::wstring const & pszAppSettingsObjectName, std::wstring const & pszPropertyName);
public object GetAppSettingsPropertyExpression (string pszAppSettingsObjectName, string pszPropertyName);
abstract member GetAppSettingsPropertyExpression : string * string -> obj
Public Function GetAppSettingsPropertyExpression (pszAppSettingsObjectName As String, pszPropertyName As String) As Object

Parameters

pszAppSettingsObjectName
String

 

pszPropertyName
String

 

Returns

Applies to