Share via


IVsApplicationSettings.SetPropertyInfo Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft internal use only.

Namespace:  VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IVsApplicationSettings Interface

VSLangProj80 Namespace