Compartir a través de


IVsApplicationSettings.SetPropertyInfo (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 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

Seguridad de .NET Framework

Vea también

Referencia

IVsApplicationSettings Interfaz

VSLangProj80 (Espacio de nombres)