IVsApplicationSettings.EnsureWebServiceUrlPropertyExpression メソッド
更新 : 2007 年 11 月
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
マイクロソフト内部でのみ使用。
名前空間 : VSLangProj80
アセンブリ : VSLangProj80 (VSLangProj80.dll 内)
構文
'宣言
Function EnsureWebServiceUrlPropertyExpression ( _
pszAppSettingsObjectName As String, _
pszPropertyName As String, _
varPropertyValue As Object _
) As Object
'使用
Dim instance As IVsApplicationSettings
Dim pszAppSettingsObjectName As String
Dim pszPropertyName As String
Dim varPropertyValue As Object
Dim returnValue As Object
returnValue = instance.EnsureWebServiceUrlPropertyExpression(pszAppSettingsObjectName, _
pszPropertyName, varPropertyValue)
Object EnsureWebServiceUrlPropertyExpression(
string pszAppSettingsObjectName,
string pszPropertyName,
Object varPropertyValue
)
Object^ EnsureWebServiceUrlPropertyExpression(
[InAttribute] String^ pszAppSettingsObjectName,
[InAttribute] String^ pszPropertyName,
[InAttribute] Object^ varPropertyValue
)
function EnsureWebServiceUrlPropertyExpression(
pszAppSettingsObjectName : String,
pszPropertyName : String,
varPropertyValue : Object
) : Object
パラメータ
pszAppSettingsObjectName
型 : System.String
pszPropertyName
型 : System.String
varPropertyValue
型 : System.Object
戻り値
型 : System.Object
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。