IVsApplicationSettings.GetAppSettingsPropertyExpression Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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