Compartir a través de


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

Seguridad de .NET Framework

Vea también

Referencia

IVsApplicationSettings Interfaz

VSLangProj80 (Espacio de nombres)