Compartilhar via


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

Segurança do .NET Framework

Consulte também

Referência

IVsApplicationSettings Interface

Namespace VSLangProj80