Condividi tramite


Metodo IVsApplicationSettings.SetPropertyInfo

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsApplicationSettings Interfaccia

Spazio dei nomi VSLangProj80