Custom ContextItem Property
Indexer
Definition
Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The variable value as a string
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string this[
string variable
] { get; set; }VB
Public Default Property Item (
variable As String
) As String
Get
SetC++
public:
property String^ default[String^ variable] {
String^ get (String^ variable);
void set (String^ variable, String^ value);
}F#
member Item : string with get, setParameters
- variable String
- The variable value to get or set
Return Value
StringThe variable value as a string