SettingsPage.SetConfigProperty Method

Sets the configuration property of the supplied name to the supplied value.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Sub SetConfigProperty ( _
    attrName As String, _
    value As String _
)
'使用
Dim instance As SettingsPage
Dim attrName As String
Dim value As String

instance.SetConfigProperty(attrName, _
    value)
public void SetConfigProperty(
    string attrName,
    string value
)
public:
void SetConfigProperty(
    String^ attrName, 
    String^ value
)
public function SetConfigProperty(
    attrName : String, 
    value : String
)

Parameters

Permissions

See Also

Reference

SettingsPage Class

SettingsPage Members

Microsoft.VisualStudio.Package Namespace