Metodo IVsApplicationSettings.GetPropertyInfo
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Solo per utilizzo interno di Microsoft.
Spazio dei nomi: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- pszWebServiceName
Tipo: System.String
- pbstrAppSettingsObjectName
Tipo: System.String%
- pbstrPropertyName
Tipo: System.String%
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.