| ProjectElementSetMetadata Method |
Set a metadata value in the project item
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void SetMetadata(
string name,
string value
)
Public Sub SetMetadata (
name As String,
value As String
)
public:
void SetMetadata(
String^ name,
String^ value
)
member SetMetadata :
name : string *
value : string -> unit
Parameters
- name
- Type: SystemString
The name of the metadata element - value
- Type: SystemString
The value to store in the element
See Also