IDatabaseNode.SetItemAttribute Method
Sets the metadata for this item in the project file.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Sub SetItemAttribute ( _
attributeName As String, _
attributeValue As String _
)
'Usage
Dim instance As IDatabaseNode
Dim attributeName As String
Dim attributeValue As String
instance.SetItemAttribute(attributeName, _
attributeValue)
void SetItemAttribute(
string attributeName,
string attributeValue
)
void SetItemAttribute(
String^ attributeName,
String^ attributeValue
)
function SetItemAttribute(
attributeName : String,
attributeValue : String
)
abstract SetItemAttribute :
attributeName:string *
attributeValue:string -> unit
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.Project.Project Namespace