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.StringName of the configuration property.
propertyValue
Type: System.StringValue of the configuration property.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.