Método IVsApplicationSettings.GetPropertyInfo
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Microsoft somente para uso interno.
Namespace: VSLangProj80
Assembly: VSLangProj80 (em VSLangProj80.dll)
Sintaxe
'Declaração
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%
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.