Get the local variable by the specified name.
Parameters
- variableName
- Type: System.String
The name of local variable.
Property Value
Type: ZennoLab.InterfacesLibrary.ProjectModel.ILocalVariable
The object of ILocalVariable describing local variable.
The following example uses property "
Item" (operator []) to access a local variable with name
"LocalVariable".
ILocalVariable lv = project.Variables["LocalVariable"];
$lv = $project->Variables->get_Item("LocalVariable");
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.