IDatabaseNode.SetItemAttribute Method
Sets the metadata for this item in the project file. This call is just a convenience to SetItemAttribute.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub SetItemAttribute ( _
attributeName As String, _
attributeValue As String _
)
void SetItemAttribute(
string attributeName,
string attributeValue
)
void SetItemAttribute(
String^ attributeName,
String^ attributeValue
)
abstract SetItemAttribute :
attributeName:string *
attributeValue:string -> unit
function SetItemAttribute(
attributeName : String,
attributeValue : String
)
Parameters
- attributeName
Type: System.String
The attribute name.
- attributeValue
Type: System.String
The attribute value.
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace