NodeProperties.SetProperty Method

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

  • value
    Type: System.String

    Value to be assigned to the attribute.

Permissions

See Also

Reference

NodeProperties Class

NodeProperties Members

Microsoft.VisualStudio.Package Namespace