ProjectConfig.SetConfigurationProperty Method

Sets the value of the property of the sukpplied name.

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

Syntax

'宣言
Public Overridable Sub SetConfigurationProperty ( _
    propertyName As String, _
    propertyValue As String _
)
'使用
Dim instance As ProjectConfig
Dim propertyName As String
Dim propertyValue As String

instance.SetConfigurationProperty(propertyName, _
    propertyValue)
public virtual void SetConfigurationProperty(
    string propertyName,
    string propertyValue
)
public:
virtual void SetConfigurationProperty(
    String^ propertyName, 
    String^ propertyValue
)
public function SetConfigurationProperty(
    propertyName : String, 
    propertyValue : String
)

Parameters

  • propertyName
    Type: System.String

    Name of the configuration property.

  • propertyValue
    Type: System.String

    Value of the configuration property.

Permissions

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Package Namespace