IVsApplicationSettings.GetPropertyInfo 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
Sub GetPropertyInfo ( _
pszWebServiceName As String, _
<OutAttribute> ByRef pbstrAppSettingsObjectName As String, _
<OutAttribute> ByRef pbstrPropertyName As String _
)
void GetPropertyInfo(
string pszWebServiceName,
out string pbstrAppSettingsObjectName,
out string pbstrPropertyName
)
void GetPropertyInfo(
[InAttribute] String^ pszWebServiceName,
[OutAttribute] String^% pbstrAppSettingsObjectName,
[OutAttribute] String^% pbstrPropertyName
)
abstract GetPropertyInfo :
pszWebServiceName:string *
pbstrAppSettingsObjectName:string byref *
pbstrPropertyName:string byref -> unit
function GetPropertyInfo(
pszWebServiceName : String,
pbstrAppSettingsObjectName : String,
pbstrPropertyName : String
)
Parameters
- pszWebServiceName
Type: System.String
- pbstrAppSettingsObjectName
Type: System.String%
- pbstrPropertyName
Type: System.String%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.