Atspi.Action.GetName C# (CSharp) Method

GetName() public method

public GetName ( int index ) : string
index int
return string
        public string GetName(int index)
        {
            return proxy.GetName (index);
        }