Partilhar via


Método IVsApplicationSettings.SetPropertyInfo

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 SetPropertyInfo ( _
    pszAppSettingsObjectName As String, _
    pszPropertyName As String _
)
void SetPropertyInfo(
    string pszAppSettingsObjectName,
    string pszPropertyName
)
void SetPropertyInfo(
    [InAttribute] String^ pszAppSettingsObjectName, 
    [InAttribute] String^ pszPropertyName
)
abstract SetPropertyInfo : 
        pszAppSettingsObjectName:string * 
        pszPropertyName:string -> unit 
function SetPropertyInfo(
    pszAppSettingsObjectName : String, 
    pszPropertyName : String
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

IVsApplicationSettings Interface

Namespace VSLangProj80