IVsApplicationSettings.EnsureWebServiceUrlPropertyExpression 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 ^ EnsureWebServiceUrlPropertyExpression(System::String ^ pszAppSettingsObjectName, System::String ^ pszPropertyName, System::Object ^ varPropertyValue);
public:
 Platform::Object ^ EnsureWebServiceUrlPropertyExpression(Platform::String ^ pszAppSettingsObjectName, Platform::String ^ pszPropertyName, Platform::Object ^ varPropertyValue);
winrt::Windows::Foundation::IInspectable EnsureWebServiceUrlPropertyExpression(std::wstring const & pszAppSettingsObjectName, std::wstring const & pszPropertyName, winrt::Windows::Foundation::IInspectable const & varPropertyValue);
public object EnsureWebServiceUrlPropertyExpression (string pszAppSettingsObjectName, string pszPropertyName, object varPropertyValue);
abstract member EnsureWebServiceUrlPropertyExpression : string * string * obj -> obj
Public Function EnsureWebServiceUrlPropertyExpression (pszAppSettingsObjectName As String, pszPropertyName As String, varPropertyValue As Object) As Object

Parameters

pszAppSettingsObjectName
String

 

pszPropertyName
String

 

varPropertyValue
Object

 

Returns

Applies to