IVariableAccess.GetVariableKind(string)

Method in IVariableAccess

Summary

Gets the kind of variable named name .

VariableKind GetVariableKind(string name);

Parameters

NameDescription
string nameThe name of the variable.

Returns

A VariableKind enum representing the kind of the variable named name .