IVsApplicationSettings.GetPropertyInfo (Método)
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Sólo para uso interno de Microsoft.
Espacio de nombres: VSLangProj80
Ensamblado: VSLangProj80 (en VSLangProj80.dll)
Sintaxis
'Declaración
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
)
Parámetros
- pszWebServiceName
Tipo: System.String
- pbstrAppSettingsObjectName
Tipo: System.String%
- pbstrPropertyName
Tipo: System.String%
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.