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
attrName
Type: System.StringThe name of the property.
value
Type: System.StringThe value to set.
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.