ProjectElementSetMetadata Method
Set a metadata value in the project item
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
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 String
- The name of the metadata element
- value String
- The value to store in the element