Sets the property on the project hierarchy node.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Sub SetProperty ( _
name As String, _
value As String _
)
'使用
Dim name As String
Dim value As String
Me.SetProperty(name, value)
protected void SetProperty(
string name,
string value
)
protected:
void SetProperty(
String^ name,
String^ value
)
protected function SetProperty(
name : String,
value : String
)
Parameters
name
Type: System.StringName of the attribute to be set.
value
Type: System.StringValue to be assigned to the attribute.
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.